diff options
| author | bobzel <zzzman@gmail.com> | 2023-12-18 22:54:34 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-12-18 22:54:34 -0500 |
| commit | a7729d519582505f001d8247d3f8273d409f6719 (patch) | |
| tree | 879bb9fae9eb9329387dc9f91eb169014e7f5795 /src/server/public/assets/env.json | |
| parent | b95d323e32ad391a23a5d3b1b64b564876e97502 (diff) | |
moved assets into public directory for now. fixed infoState to use gif
Diffstat (limited to 'src/server/public/assets/env.json')
| -rw-r--r-- | src/server/public/assets/env.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/server/public/assets/env.json b/src/server/public/assets/env.json new file mode 100644 index 000000000..80963ea0d --- /dev/null +++ b/src/server/public/assets/env.json @@ -0,0 +1,15 @@ +{ + "IS_DARPA": false, + "IS_IGT": false, + "IS_MENU_FIXED": true, + "SERVER_URL": "http://localhost:1234", + "SERVER_API_PATH": "api", + "SAMPLE_SIZE": 100000, + "X_BINS": 15, + "Y_BINS": 15, + "SPLASH_TIME_IN_MS": 0, + "SHOW_FPS_COUNTER": true, + "SHOW_SHUTDOWN_BUTTON": false, + "DEGREE_OF_PARALLISM": 1, + "SHOW_WARNINGS": false +}
\ No newline at end of file |
