From 7dd3ceffc430c1bd7b23b0ea81b4d896d2a4f7d4 Mon Sep 17 00:00:00 2001 From: mntmn Date: Tue, 22 Sep 2020 15:23:11 +0200 Subject: [PATCH] remove some unused config options --- config/default.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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",