Connection settings for Redis and PostgresSQL
This commit is contained in:
parent
3b8aad65df
commit
fdbbcc8386
@ -1 +1,15 @@
|
|||||||
spring.application.name=NoctuAuthenticator
|
spring.application.name=NoctuAuthenticator
|
||||||
|
|
||||||
|
# Import additional properties from application.properties.env
|
||||||
|
spring.config.import=classpath:application-env.properties
|
||||||
|
|
||||||
|
# PostgreSQL configuration
|
||||||
|
spring.datasource.url=${POSTGRES_URL}
|
||||||
|
spring.datasource.username=${POSTGRES_USER}
|
||||||
|
spring.datasource.password=${POSTGRES_PASSWORD}
|
||||||
|
spring.datasource.driver-class-name=org.postgresql.Driver
|
||||||
|
|
||||||
|
# Redis configuration
|
||||||
|
spring.redis.host=${REDIS_HOST}
|
||||||
|
spring.redis.port=${REDIS_PORT}
|
||||||
|
#spring.redis.password=${REDIS_PASSWORD}
|
||||||
|
Loading…
Reference in New Issue
Block a user