Skip to content

Commit

Permalink
Add TODOs for production
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Villavicencio authored and Daniel Villavicencio committed Jan 29, 2024
1 parent 078f285 commit 9afd8d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ spring:
flyway:
enabled: true
datasource:
url: #TBD
username: #TBD
password: #TBD
url: # TODO: Define production parameters
username: # TODO: Define production parameters
password: #TODO: Define production parameters

server:
port: 443
Expand Down

0 comments on commit 9afd8d9

Please sign in to comment.