-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Reset to default - Global Setttings #97
Comments
Interesting. So what you are saying is, you want to reset the global configuration to the initial global configuration? |
Exactly. I've changed it so many times already that I can't remember what the default was. This would be something simple and standard. For the long term I like the idea of templates that you can apply global or for individual symbols. |
I have added this feature to TODO list. |
Where the settings are stored? I would reset them manually because my frontend is stopped working |
@starush docker-compose -f docker-compose.server.yml down
docker volume rm binance-trading-bot_mongo_data
docker volume rm binance-trading-bot_redis_data |
Thank you very much! It worked.
On Fri, 7 May 2021 at 13:47, zgaduj ***@***.***> wrote:
@starush <https://github.com/starush>
if you using docker-compose production:
docker-compose -f docker-compose.server.yml down
docker volume rm binance-trading-bot_mongo_data
docker volume rm binance-trading-bot_redis_data
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#97 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG2H34QRZXROTDLFOUBUTITTMPAK7ANCNFSM424HI6VA>
.
--
Best regards, Serghei.
mailto: ***@***.***
|
Is your proposal related to a problem?
Easy way to get back into default values for Global Settings parameters.
Describe the solution you'd like
Add a "Reset to Default" button on the Global Settings page.
Describe alternatives you've considered
Maybe reinstall everything?
Maybe just add defaults as labels next to each field on the Global Settings page.
Do you think this make sense?
The text was updated successfully, but these errors were encountered: