diff --git a/config/default.json b/config/default.json index 0c8e87f..2838396 100644 --- a/config/default.json +++ b/config/default.json @@ -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",