Update config
This commit is contained in:
parent
ae9b2a7c50
commit
7444107f6c
|
@ -10,7 +10,7 @@ config "development", ->
|
|||
password "lapis"
|
||||
database "panel"
|
||||
|
||||
config "dokku", ->
|
||||
config "docker", ->
|
||||
port os.getenv "PORT"
|
||||
|
||||
postgres ->
|
||||
|
@ -20,10 +20,3 @@ config "dokku", ->
|
|||
user os.getenv "DB_USER"
|
||||
password os.getenv "DB_PASS"
|
||||
database os.getenv "DB_NAME"
|
||||
|
||||
config "docker", ->
|
||||
port os.getenv "PORT"
|
||||
|
||||
postgres ->
|
||||
backend "pgmoon"
|
||||
postgresql_url os.getenv "DATABASE_URL"
|
||||
|
|
Loading…
Reference in New Issue