mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
A serverconfig.env (or just environment variables) can be set to override the default bind address/port for the backend. This is passed to the front end as a query parameter.
23 lines
247 B
Plaintext
23 lines
247 B
Plaintext
*.pyc
|
|
__pycache__
|
|
build/**
|
|
resources/payloads/*.lua
|
|
venv
|
|
.DS_Store
|
|
.vscode/settings.json
|
|
dist/**
|
|
# User-specific stuff
|
|
.idea/
|
|
.env
|
|
env/
|
|
|
|
/kneeboards
|
|
/liberation_preferences.json
|
|
/state.json
|
|
/serverconfig.env
|
|
|
|
/logs/
|
|
/resources/logging.yaml
|
|
|
|
*.psd
|