Skip to content

Commit

Permalink
Better default config
Browse files Browse the repository at this point in the history
  • Loading branch information
danielperna84 committed Feb 8, 2020
1 parent bffaf88 commit 2dfb4f2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions config.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import os

SQLALCHEMY_DATABASE_URI = 'sqlite:///{}'.format(os.path.join(os.path.dirname(os.path.abspath(__file__)), 'settings.db'))
# SECRET_KEY = b'ii\xdcnG\xa9\xcbF\x85\xa4\xb0\xf2\x18\x86\xfa\xb6\x8a\xf3Q\xb2\xd0\x86\x9a\x1fLFs\xf0\xf8G\xc4\x9b-gq\xd2U\xb2z\x1f'
# RP_ID = "yourdomain.com"
# ORIGIN = "https://yourdomain.com:8443"
SECRET_KEY = b'ii\xdcnG\xa9\xcbF\x85\xa4\xb0\xf2\x18\x86\xfa\xb6\x8a\xf3Q\xb2\xd0\x86\x9a\x1fLFs\xf0\xf8G\xc4\x9b-gq\xd2U\xb2z\x1f'
SQLALCHEMY_DATABASE_URI = 'sqlite:////tmp/settings.db'
RP_ID = "localhost"
ORIGIN = "https://localhost:8443"

0 comments on commit 2dfb4f2

Please sign in to comment.