Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change url hosts for ranger and toolbox #103

Merged
merged 1 commit into from
Mar 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/config/peatio.env.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ REDIS_URL=redis://redis:6379

RABBITMQ_HOST=rabbitmq

RANGER_HOST=ws.ranger.wb.local
RANGER_HOST=ws.ranger.<%= @config['app']['domain'] %>
RANGER_PORT=80

MARKETS_CONFIG=/opt/peatio/config/seed/markets.yml
Expand Down
3 changes: 2 additions & 1 deletion templates/config/toolbox.yaml.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# For other configuration options, see https://github.com/rubykube/toolbox/blob/master/bin/stress_trading

root-url: http://www.wb.local
root-url: http://<%= @config['app']['subdomain'] %>.<%= @config['app']['domain'] %>


currencies: usd,eur
markets: eurusd
Expand Down