diff --git a/code/config.lua b/code/config.lua index dc80cbf..fe53fef 100644 --- a/code/config.lua +++ b/code/config.lua @@ -11,7 +11,7 @@ config({"development", "production"}, { }) config("production", { - greeting = "different greeting", + greeting = "nothing here yet", postgres = { password = os.getenv('POSTGRES_PASSWORD') }