Skip to content

Commit

Permalink
Remove secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Mar 13, 2021
1 parent e64b041 commit 4be7619
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion config.example.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

# Bot Configuration
BOT_TOKEN = None
SECRET_KEY = None
REDIS_CONF = {}

# DBL
Expand Down
2 changes: 0 additions & 2 deletions docker_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"DATABASE_URI",
"DATABASE_NAME",
"BOT_TOKEN",
"SECRET_KEY",
"REDIS_CONF",
"DBL_TOKEN",
"SERVER_URL",
Expand All @@ -34,7 +33,6 @@
DATABASE_URI=uri,
DATABASE_NAME=os.environ["DATABASE_NAME"],
BOT_TOKEN=os.environ["BOT_TOKEN"],
SECRET_KEY=os.environ["SECRET_KEY"],
REDIS_CONF={
"address": os.environ["REDIS_URI"],
"password": os.getenv("REDIS_PASSWORD"),
Expand Down

0 comments on commit 4be7619

Please sign in to comment.