blob: 89f8996d3912acb54f72a6f1ad73537e13743529 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
export const API_URL = "http://localhost:8888/";
export const SERVER_NAME = "/servername";
export const SECRET_KEY = "/secretkey";
export const CONFIG = "/config";
export const CONFIG_SOMETHING = "/config_something";
export const SETUP_CHECK = "/setup";
export const CERT_PATHS = "/testcertpaths";
export const TEST_PORTS = "/ports";
export const CONFIG_LOCK = "server_config_in_use";
export const CONFIG_DIR = "config_dir";
export const START = "/start";
|