CreatBotMainsail/.env.development.local.example
4cello 69bed888b4
feat: Connect to Moonraker via subdirectory/path (#1836)
Co-authored-by: Stefan Dej <meteyou@gmail.com>
2024-04-27 15:46:48 +02:00

18 lines
453 B
Plaintext

# hostname or ip from the moonraker instance
VUE_APP_HOSTNAME=printer.local
# port from the moonraker instance
VUE_APP_PORT=7125
# route_prefix from the moonraker instance
VUE_APP_PATH="/"
# reconnect interval in ms
VUE_APP_RECONNECT_INTERVAL=5000
# where should mainsail read the instances from (moonraker, browser or json)
VUE_APP_INSTANCES_DB="moonraker"
# defaults for multi language tests
VUE_APP_I18N_LOCALE=en
VUE_APP_I18N_FALLBACK_LOCALE=en