fix logging logic
This commit is contained in:
parent
78bdf6eb02
commit
c31ed4e863
|
@ -15,5 +15,5 @@ config "docker", ->
|
||||||
|
|
||||||
postgres ->
|
postgres ->
|
||||||
backend "pgmoon"
|
backend "pgmoon"
|
||||||
ngx.log ngx.NOTICE, "Using DATABASE_URL #{os.getenv "DATABASE_URL"}"
|
print "Using DATABASE_URL #{os.getenv "DATABASE_URL"}"
|
||||||
postgresql_url os.getenv "DATABASE_URL"
|
postgresql_url os.getenv "DATABASE_URL"
|
||||||
|
|
Loading…
Reference in New Issue