General clean up, updates, and prep for new version of launcher using Svelte.

This commit is contained in:
Scott Idem
2022-03-01 17:59:48 -05:00
parent 382e98baf1
commit cbb0dc6a82
47 changed files with 7269 additions and 8732 deletions

View File

@@ -1,23 +1,22 @@
{
"device_id": null,
"account_id": 12,
"event_id": 14,
"event_location_id": 13,
"account_id": "_XY7DXtc9MY",
"event_id": "pjrcghqwert",
"event_location_id": "LUNt2zdMKCUNb9VReMZu8A",
"main_loop_interval": 2000,
"api_token_loop_interval": 1000,
"api_update_period": 90000,
"api_secret_key": "YWAAk39H2qH0edK6lPH0yg",
"api_secret_key": "dFP6J9DVj9hUgIMn-fNIqg",
"use_local_api": true,
"use_local_db": false,
"api_remote_base_url": "https://api.oneskyit.com",
"api_local_base_url": "http://api.localhost:5001",
"api_remote_base_url": "https://dev-fastapi.oneskyit.com",
"api_local_base_url": "http://dev-fastapi.oneskyit.local:5005",
"access_control_allow_origin": "*",
"remote_db_server": "db.oneskyit.com",
"remote_db_server": "linode.oneskyit.com",
"remote_db_port": "3306",
"remote_db_name": "onesky_ams_test",
"remote_db_username": "username_here",
"remote_db_password": "password_here",
"local_db_server": "db.localhost",
"local_db_server": "db.oneskyit.local",
"local_db_port": "3306",
"local_db_name": "onesky_ams_test",
"local_db_username": "username_here",