18 lines
453 B
Plaintext
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 |