Skip to content

Commit

Permalink
Editied config file
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhJae committed Oct 2, 2022
1 parent 96da7fe commit 75f21ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ status_type = playing
host = localhost
port = 6379
password = YOUR_PASSWORD_HERE
db = 0

3 changes: 2 additions & 1 deletion utility/create_config_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
config['REDIS'] = {
'host': 'localhost',
'port': '6379',
'password': 'YOUR_PASSWORD_HERE'
'password': 'YOUR_PASSWORD_HERE',
'db': '0'
}

with open('config.ini', 'w') as configfile:
Expand Down

0 comments on commit 75f21ef

Please sign in to comment.