mikupad/.env.example
Lim Ding Wen 98912426a7 Dockerize server
Adds a new argument and environment variable to change the SQLite
storage path, which helps with the Docker volume.

Adds a .gitignore for any docker-compose.override.yml files.
2025-07-06 16:28:56 +08:00

3 lines
No EOL
117 B
Text

MIKUPAD_LOGIN="anon"
MIKUPAD_PASSWORD="SET_YOUR_PASSWORD_HERE"
MIKUPAD_STORAGE_PATH="/storage/web-session-storage.db"