Skip to content

Commit 90c473c

Browse files
committed
Bump version & update README
1 parent 1df3f54 commit 90c473c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/configuration.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
|:-----------------------|:-------------------------------------- |:---------|:-------------------|
1010
| DB_URL | URI of where db is stored | YES | |
1111
| SECRET_KEY | Your app secret (use something secure) | YES | |
12+
| ADMIN_PASSWORD | Admin password (use something secure) | YES | |
1213
| ALLOW_ACCOUNT_CREATION | Allow creation of new accounts | NO | True |
1314
| DATA_PATH | Path to your data folder | NO | "./data" |
1415
| AUTH_COOKIE_SECURE | Whether to require https for cookies | NO | False |
16+
| ADMIN_LOGIN_ALLOWED | Allow to log in as admin | NO | True |
1517
| LOG_LEVEL | What log level to use | NO | "WARNING" |
1618
| HOST | host to listen for requests | NO | "127.0.0.1" |
1719
| PORT | port to listen for requests | NO | 8000 |

src/note_mark/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)