feat: used environment variables application properties
This commit is contained in:
parent
2aa850ee74
commit
e467ab6c19
@ -1,6 +1,7 @@
|
||||
spring.datasource.url=jdbc:postgresql://localhost:5432/fashionscape
|
||||
spring.datasource.username=fsbot-dev
|
||||
spring.datasource.password=fashionscape1234
|
||||
# spring.datasource.url=jdbc:postgresql://localhost:5432/fashionscape
|
||||
spring.datasource.url=jdbc:postgresql://${PG_URI}:${PG_PORT}/${PG_DB}
|
||||
spring.datasource.username=${PG_USER}
|
||||
spring.datasource.password=${PG_PASS}
|
||||
spring.jpa.show-sql=true
|
||||
|
||||
## Hibernate Properties
|
||||
|
Loading…
Reference in New Issue
Block a user