version 0.0.24
This commit is contained in:
12
.env.example
12
.env.example
@@ -1,12 +1,13 @@
|
||||
# TeamChat Configuration
|
||||
# jama Configuration
|
||||
# just another messaging app
|
||||
# Copy this file to .env and customize
|
||||
|
||||
# Image version to run (set by build.sh, or use 'latest')
|
||||
TEAMCHAT_VERSION=latest
|
||||
JAMA_VERSION=latest
|
||||
|
||||
# Default admin credentials (used on FIRST RUN only)
|
||||
ADMIN_NAME=Admin User
|
||||
ADMIN_EMAIL=admin@teamchat.local
|
||||
ADMIN_EMAIL=admin@jama.local
|
||||
ADMIN_PASS=Admin@1234
|
||||
|
||||
# Set to true to reset admin password to ADMIN_PASS on every restart
|
||||
@@ -20,4 +21,7 @@ JWT_SECRET=changeme_super_secret_jwt_key_change_in_production
|
||||
PORT=3000
|
||||
|
||||
# App name (can also be changed in Settings UI)
|
||||
APP_NAME=TeamChat
|
||||
|
||||
# Default public group name (created on first run only)
|
||||
DEFCHAT_NAME=General Chat
|
||||
APP_NAME=jama
|
||||
|
||||
Reference in New Issue
Block a user