Skip to content

Commit

Permalink
Merge pull request #5 from greyli/patch-1
Browse files Browse the repository at this point in the history
Delete unnecessary code in config file
  • Loading branch information
mjhea0 committed Apr 25, 2017
2 parents a46650c + c318495 commit 00762e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.py
Expand Up @@ -7,7 +7,6 @@ class BaseConfig(object):
# shortened for readability
SECRET_KEY = '\xbf\xb0\x11\xb1\xcd\xf9\xba\x8bp\x0c...'
SQLALCHEMY_DATABASE_URI = os.environ['DATABASE_URL']
print SQLALCHEMY_DATABASE_URI


class TestConfig(BaseConfig):
Expand Down

0 comments on commit 00762e9

Please sign in to comment.