File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 9
9
| :-----------------------| :-------------------------------------- | :---------| :-------------------|
10
10
| DB_URL | URI of where db is stored | YES | |
11
11
| SECRET_KEY | Your app secret (use something secure) | YES | |
12
+ | ADMIN_PASSWORD | Admin password (use something secure) | YES | |
12
13
| ALLOW_ACCOUNT_CREATION | Allow creation of new accounts | NO | True |
13
14
| DATA_PATH | Path to your data folder | NO | "./data" |
14
15
| AUTH_COOKIE_SECURE | Whether to require https for cookies | NO | False |
16
+ | ADMIN_LOGIN_ALLOWED | Allow to log in as admin | NO | True |
15
17
| LOG_LEVEL | What log level to use | NO | "WARNING" |
16
18
| HOST | host to listen for requests | NO | "127.0.0.1" |
17
19
| PORT | port to listen for requests | NO | 8000 |
Original file line number Diff line number Diff line change 1
- __version__ = "0.1.1 "
1
+ __version__ = "0.2.0 "
You can’t perform that action at this time.
0 commit comments