NOT DONE YET - allow containerization
a bunch was restructured to make it amenable to docker. it works fine, except when writing to the db. trying to log in (thus creating a session) will have Lapis throw "attempt to write a readonly database"
This commit is contained in:
3
secrets/secrets.lua.example
Normal file
3
secrets/secrets.lua.example
Normal file
@ -0,0 +1,3 @@
|
||||
return {
|
||||
key = "PROD_SECRET_KEY_HERE",
|
||||
}
|
Reference in New Issue
Block a user