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

add ability to name instance in config so that discord notifications … #489

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

SalvadorSTM
Copy link

…are named for people running multiple instances of fairgame.
This way users can know which instance a notification came from.
To configure: Change the default name of "Fairgame1" in amazon_config.json to whatever you want.

…are named for people running multiple instances of fairgame
@@ -1,4 +1,5 @@
{
"instance_name": "Fairgame1",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not have the default be Fairgame? Would the user have to edit this config file for each instance? What happens if you run two instances with the same name?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Default instance name changed to Fairgame.
User does not have to edit the default if they don't want to. But if running multiple instances then they can update it to help keep control of instances.
Nothing will break if you run two instances with the same name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants