remove some unused config options

This commit is contained in:
mntmn
2020-09-22 15:23:11 +02:00
parent b60cd0ffa7
commit 7dd3ceffc4

View File

@@ -7,20 +7,17 @@
"endpoint": "http://localhost:9666",
"invite_code": "top-sekrit",
"storage_local_path": "./storage",
"storage_local_db": "./database.sqlite",
"storage_region": "eu-central-1",
"storage_endpoint": "http://localhost:4572",
"storage_bucket": "my_spacedeck_bucket",
"storage_cdn": "/storage",
"storage_local_path": "./storage",
"storage_local_db": "./database.sqlite",
"redis_mock": true,
"mongodb_host": "localhost",
"redis_mock": true,
"redis_host": "localhost",
"google_access" : "",
"google_secret" : "",
"admin_pass": "very_secret_admin_password",
"phantom_api_secret": "very_secret_phantom_password",
"mail_provider": "smtp",