From 843755fc00f91c5fe41586bcb11bb3e387fc0ad1 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Sat, 16 Apr 2022 18:35:06 -0400 Subject: [PATCH] Work on a little bit of everything --- config.json.default | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/config.json.default b/config.json.default index 12734a7..302debc 100644 --- a/config.json.default +++ b/config.json.default @@ -1,12 +1,9 @@ { - "account_id": null, - "event_id": null, - "event_device_id": null, - "event_location_id": null, - "event_session_id": null, - "event_presentation_id": null, - "event_presenter_id": null, - "event_file_id": null, + "account_id": "", + "event_id": "", + "event_device_id": "", + "event_location_id": "", + "event_session_id": "", "api_secret_key": "XXXXXX", "api_remote_base_url": "https://dev-fastapi.oneskyit.com",