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";