mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-04 06:31:13 +00:00
Rename the tracked dotenv file to .env.example (identical content) to avoid committing environment secrets and provide a template/example for project configuration.
4 lines
135 B
Plaintext
4 lines
135 B
Plaintext
NAPCAT_DISABLE_PIPE=1
|
|
NAPCAT_DISABLE_MULTI_PROCESS=1
|
|
NAPCAT_WEBUI_JWT_SECRET_KEY=napcat_dev_secret_key
|
|
NAPCAT_WEBUI_SECRET_KEY=napcatqq |