feat: used environment variables application properties

This commit is contained in:
Alyx Gryczewski 2024-07-27 23:41:51 -04:00
parent 2aa850ee74
commit e467ab6c19

View File

@ -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