Skip to content

Commit

Permalink
Sunday
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceNwaimo committed Aug 18, 2024
1 parent 8539c09 commit 4e45af2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
DB_HOST=dpg-cr10vs23esus73aoqrg0-a
DB_PORT=5432
DB_NAME=chiefcode_app
DB_USER=chiefcode_app_user
DB_PASSWORD=jsGZCFUwPMLtrp47GC4YMkrEl74hFsoO

8 changes: 5 additions & 3 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ spring.application.name=ChiefCode

spring.jpa.database=POSTGRESQL
spring.jpa.hibernate.ddl-auto=update
spring.datasource.url=jdbc:postgresql://dpg-cqqjqhqj1k6c73dje030-a.db_56_car_hire:5432/db_56_car_hire
spring.datasource.username=db_56_car_hire_user
spring.datasource.password=jsGZCFUwPMLtrp47GC4YMkrEl74hFsoO
spring.datasource.url=${DATABASE_URL}
spring.datasource.username=${DATABASE_USERNAME}
spring.datasource.password=${DATABASE_PASSWORD}
spring.datasource.driver-class-name=org.postgresql.Driver



logging.file.name=application.log
logging.level.org.springframework=INFO

Expand Down

0 comments on commit 4e45af2

Please sign in to comment.