17 lines
377 B
Bash
17 lines
377 B
Bash
# GammaDesk server configuration
|
|
|
|
# Keep ORATS credentials server-side only. Never expose this as a VITE_ variable.
|
|
ORATS_API_KEY=
|
|
|
|
# delayed | live | intraday
|
|
ORATS_MODE=delayed
|
|
|
|
# Defaults:
|
|
# delayed: https://api.orats.io/datav2
|
|
# live: https://api.orats.io/datav2/live
|
|
ORATS_BASE_URL=https://api.orats.io/datav2
|
|
|
|
# Server port used by Express in production.
|
|
PORT=5000
|
|
|