v0.3.0
This commit is contained in:
@@ -1,15 +1,22 @@
|
||||
# jama Configuration
|
||||
# just another messaging app
|
||||
|
||||
# Timezone — must match your host timezone (e.g. America/Toronto, Europe/London, Asia/Tokyo)
|
||||
# Run 'timedatectl' on your host to find the correct value
|
||||
TZ=UTC
|
||||
# Copy this file to .env and customize
|
||||
|
||||
# Image version to run (set by build.sh, or use 'latest')
|
||||
JAMA_VERSION=latest
|
||||
JAMA_VERSION=0.3.0
|
||||
|
||||
# Default admin credentials (used on FIRST RUN only)
|
||||
ADMIN_NAME=Admin User
|
||||
ADMIN_EMAIL=admin@jama.local
|
||||
ADMIN_PASS=Admin@1234
|
||||
|
||||
# Default password for bulk-imported users (when no password is set in CSV)
|
||||
USER_PASS=user@1234
|
||||
|
||||
# Set to true to reset admin password to ADMIN_PASS on every restart
|
||||
# WARNING: Leave false in production - shows a warning on login page when true
|
||||
PW_RESET=false
|
||||
|
||||
Reference in New Issue
Block a user