You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(market-server-rust)!: extend server configuration
Added FINWAR_MARKET_ADDR, FINWAR_MARKET_PORT, FINWAR_MARKET_TARGET_TICKER to the environment variables to configure the market API server.
Gave FINWAR_MARKET_ prefix to all environment variables and added a configuration section to the server README.md.
Also renamed TICK_INTERVAL_SECONDS into FINWAR_MARKET_TICK_RATE and reduced the minimal tick rate possible from 1 minute to 1 second.
Closes#49
BREAKING CHANGE: TICK_INTERVAL_SECONDS and DATABASE_URL have been renamed FINWAR_MARKET_TICK_RATE and FINWAR_MARKET_DATABASE_URL.
0 commit comments