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

This commit is contained in:
dreamer 2020-10-12 12:53:30 +02:00
commit 96d1e3b511

View File

@ -11,7 +11,7 @@ config({"development", "production"}, {
})
config("production", {
greeting = "different greeting",
greeting = "nothing here yet",
postgres = {
password = os.getenv('POSTGRES_PASSWORD')
}