Files
DRB-CnC/Client/.env.example
2023-08-06 16:27:04 -04:00

23 lines
391 B
Plaintext

DEBUG="client:*"
# Audio Config
AUDIO_DEVICE_ID=""
AUDIO_DEVICE_NAME=""
# Client Config
CLIENT_ID=0
CLIENT_NAME=""
CLIENT_IP=""
CLIENT_PORT=3010
CLIENT_LOCATION=""
CLIENT_ONLINE=true
# Configuration for the connection to the server
SERVER_IP=""
SERVER_HOSTNAME=""
SERVER_PORT=3000
# Configuration of the local OP25 application
#OP25_BIN_PATH=""
# Logfile location config
#LOG_LOCATION=""