Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit 4cb9c9e

Browse files
Update doc, update config sample, and add samples
1 parent 0b60e32 commit 4cb9c9e

File tree

8 files changed

+63
-4540
lines changed

8 files changed

+63
-4540
lines changed

config.py.sample

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ PROFILE = True
66
SECRET_KEY = "my_secret_key"
77
# Token validity duration
88
AUTH_DURATION = 600
9+
10+
# Enable of not auth
11+
ENABLE_AUTH = True

0 commit comments

Comments
 (0)