mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-15 17:37:30 +01:00
remove some unused config options
This commit is contained in:
@@ -7,20 +7,17 @@
|
|||||||
"endpoint": "http://localhost:9666",
|
"endpoint": "http://localhost:9666",
|
||||||
"invite_code": "top-sekrit",
|
"invite_code": "top-sekrit",
|
||||||
|
|
||||||
|
"storage_local_path": "./storage",
|
||||||
|
"storage_local_db": "./database.sqlite",
|
||||||
"storage_region": "eu-central-1",
|
"storage_region": "eu-central-1",
|
||||||
"storage_endpoint": "http://localhost:4572",
|
"storage_endpoint": "http://localhost:4572",
|
||||||
"storage_bucket": "my_spacedeck_bucket",
|
"storage_bucket": "my_spacedeck_bucket",
|
||||||
"storage_cdn": "/storage",
|
"storage_cdn": "/storage",
|
||||||
"storage_local_path": "./storage",
|
|
||||||
"storage_local_db": "./database.sqlite",
|
|
||||||
|
|
||||||
"redis_mock": true,
|
|
||||||
"mongodb_host": "localhost",
|
"mongodb_host": "localhost",
|
||||||
|
"redis_mock": true,
|
||||||
"redis_host": "localhost",
|
"redis_host": "localhost",
|
||||||
|
|
||||||
"google_access" : "",
|
|
||||||
"google_secret" : "",
|
|
||||||
"admin_pass": "very_secret_admin_password",
|
|
||||||
"phantom_api_secret": "very_secret_phantom_password",
|
"phantom_api_secret": "very_secret_phantom_password",
|
||||||
|
|
||||||
"mail_provider": "smtp",
|
"mail_provider": "smtp",
|
||||||
|
|||||||
Reference in New Issue
Block a user