This repository has been archived on 2020-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
statuspage/statuspagerc

13 lines
390 B
Plaintext
Raw Permalink Normal View History

# statuspage configuration file
# database file
DATABASE=sqlite:///sql_app.db
# [JWT related parameters]
# it's imperative you CHANGE JWT_SECRET to a unique value
# you can generate a random one with 'openssl rand -hex 64'
JWT_SECRET = 'deadbeefdeafbeefd34db33fdeadbeefdeafbeefd34db33fdeadbeefdeafbeefd34db33f'
JWT_ALGORITHM = "HS256"
# token expiration time in seconds
JWT_EXPIRY = 7200