connection to postgresql
This commit is contained in:
@@ -6,4 +6,15 @@ jwt {
|
||||
redis {
|
||||
url = "redis://localhost:6379"
|
||||
url = ${?REDIS_URL}
|
||||
}
|
||||
|
||||
postgresql {
|
||||
url = "jdbc:postgresql://localhost:5432/event-demo"
|
||||
url = ${?POSTGRESQL_URL}
|
||||
|
||||
username = "event-demo"
|
||||
username = ${?POSTGRESQL_USERNAME}
|
||||
|
||||
password = "changeit"
|
||||
password = ${?POSTGRESQL_PASSWORD}
|
||||
}
|
||||
Reference in New Issue
Block a user