add postgres support

This commit is contained in:
dm
2021-01-07 14:37:54 +01:00
parent 72221fcf0b
commit e04eedb2c4
3 changed files with 48 additions and 17 deletions

View File

@@ -7,6 +7,14 @@
"endpoint": "http://localhost:9666",
"invite_code": "top-sekrit",
"storage_type": "postgres",
"storage_config": {
"host": "localhost",
"database": "spacedeck",
"username": "postgres",
"password": "postgres"
},
"storage_local_path": "./storage",
"storage_local_db": "./database.sqlite",
"storage_region": "eu-central-1",