mirror of
https://github.com/simple-login/app.git
synced 2025-11-09 17:30:44 +08:00
remove DEBUG param
This commit is contained in:
parent
48dcd634fa
commit
a65680b5ba
1 changed files with 0 additions and 2 deletions
|
|
@ -34,8 +34,6 @@ COLOR_LOG = "COLOR_LOG" in os.environ
|
||||||
# Allow user to have 1 year of premium: set the expiration_date to 1 year more
|
# Allow user to have 1 year of premium: set the expiration_date to 1 year more
|
||||||
PROMO_CODE = "SIMPLEISBETTER"
|
PROMO_CODE = "SIMPLEISBETTER"
|
||||||
|
|
||||||
# Debug mode
|
|
||||||
DEBUG = os.environ["DEBUG"] if "DEBUG" in os.environ else False
|
|
||||||
# Server url
|
# Server url
|
||||||
URL = os.environ["URL"]
|
URL = os.environ["URL"]
|
||||||
print(">>> URL:", URL)
|
print(">>> URL:", URL)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue