config: hopefully the last update
This commit is contained in:
parent
5e38cecdf0
commit
8d6882ebfe
|
@ -15,4 +15,8 @@ config "docker", ->
|
|||
|
||||
postgres ->
|
||||
backend "pgmoon"
|
||||
postgresql_url "postgres://panel:rB63V6E0z7sufvum@172.17.0.20:5432/panel"
|
||||
port os.getenv "POSTGRESQL_PORT_5432_TCP_PORT"
|
||||
host os.getenv "POSTGRESQL_PORT_5432_TCP_ADDR"
|
||||
user os.getenv "DB_USER"
|
||||
password os.getenv "DB_PASS"
|
||||
database os.getenv "DB_NAME"
|
||||
|
|
Loading…
Reference in New Issue