Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mzfshark authored Feb 28, 2022
1 parent 4ee537d commit 6eefbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makibot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Config(object):
OWNER_USERNAME = "mzfshark"

# RECOMMENDED
SQLALCHEMY_DATABASE_URI = 'postgresql://makibot:Padrao123#@localhost:5432/makibd' # needed for any database modules
SQLALCHEMY_DATABASE_URI = 'postgresql://makiswap:2l6N9JP5#@35.225.59.214:5432/makidb' # needed for any database modules
MESSAGE_DUMP = ['*'] # needed to make sure 'save from' messages persist
LOAD = [ ]
# sed has been disabled after the discovery that certain long-running sed commands maxed out cpu usage
Expand Down

0 comments on commit 6eefbe3

Please sign in to comment.