PreviouslyOnIFM/code/config.lua

11 lines
211 B
Lua

local config = require("lapis.config")
config("development", {
greeting = "waddup",
postgres = {
host = "postgres",
user = "postgres",
password = "the_password",
database = "postgres"
}
})