Merge branch 'develop' of ssh://git.idiopolis.nl:2222/dreamer/PreviouslyOnIFM into develop

This commit is contained in:
2020-10-12 12:53:30 +02:00
+1 -1
View File
@@ -11,7 +11,7 @@ config({"development", "production"}, {
})
config("production", {
greeting = "different greeting",
greeting = "nothing here yet",
postgres = {
password = os.getenv('POSTGRES_PASSWORD')
}