corrected missing values
This commit is contained in:
parent
fe92a3543d
commit
d1ec3d782f
@ -1,6 +1,7 @@
|
|||||||
config = require "lapis.config"
|
config = require "lapis.config"
|
||||||
|
|
||||||
postgres_password = os.getenv "POSTGRES_PASSWORD"
|
postgres_password = os.getenv "POSTGRES_PASSWORD"
|
||||||
|
secret_value = os.getenv "SESSION_SECRET"
|
||||||
|
|
||||||
config "development", ->
|
config "development", ->
|
||||||
postgres ->
|
postgres ->
|
||||||
@ -10,3 +11,4 @@ config "development", ->
|
|||||||
password postgres_password
|
password postgres_password
|
||||||
num_workers 2
|
num_workers 2
|
||||||
code_cache "on"
|
code_cache "on"
|
||||||
|
secret secret_value or "insecure"
|
||||||
|
Loading…
Reference in New Issue
Block a user