mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-15 17:37:30 +01:00
unify config, add postgres decimal fix
This commit is contained in:
@@ -7,11 +7,12 @@
|
||||
"endpoint": "http://localhost:9666",
|
||||
"invite_code": "top-sekrit",
|
||||
|
||||
"storage_type": "postgres",
|
||||
"storage_postgres_host": "localhost",
|
||||
"storage_postgres_database": "spacedeck",
|
||||
"storage_postgres_username": "postgres",
|
||||
"storage_postgres_password": "postgres",
|
||||
"storage_dialect": "sqlite",
|
||||
|
||||
"storage_host": "localhost",
|
||||
"storage_database": "spacedeck",
|
||||
"storage_username": "username",
|
||||
"storage_password": "password",
|
||||
|
||||
"storage_local_path": "./storage",
|
||||
"storage_local_db": "./database.sqlite",
|
||||
|
||||
Reference in New Issue
Block a user