Skip to content
Snippets Groups Projects
Commit b15ee2fe authored by Zoltan Runyo's avatar Zoltan Runyo
Browse files

Modify .env variable names

parent 70598f27
No related branches found
No related tags found
1 merge request!2Env file config
Pipeline #116114 passed
...@@ -14,9 +14,9 @@ spring.profiles.active=@spring.profiles.active@ ...@@ -14,9 +14,9 @@ spring.profiles.active=@spring.profiles.active@
spring.config.import=optional:file:.env[.properties] spring.config.import=optional:file:.env[.properties]
# datasource # datasource
spring.datasource.url=${NAMING_DB_URL:jdbc:postgresql://postgres:5432/discs_names} spring.datasource.url=${NAMING_DATABASE_URL:jdbc:postgresql://postgres:5432/discs_names}
spring.datasource.username=${NAMING_DB_USERNAME:discs_names} spring.datasource.username=${NAMING_DATABASE_USERNAME:discs_names}
spring.datasource.password=${NAMING_DB_PASSWORD:discs_names} spring.datasource.password=${NAMING_DATABASE_PASSWORD:discs_names}
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto=none spring.jpa.hibernate.ddl-auto=none
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment