43 lines
864 B
Bash
Executable file
43 lines
864 B
Bash
Executable file
APP_BASE_URL=https://joplin.netgrimoire.com
|
|
POSTGRES_PASSWORD=Falcon12
|
|
POSTGRES_DATABASE=Joplin
|
|
POSTGRES_USER=Joplin
|
|
POSTGRES_PORT=5432
|
|
|
|
DB_HOST=databaseBloben
|
|
DB_PORT=5432
|
|
DB_USERNAME=bloben
|
|
DB_DATABASE=bloben_api
|
|
DB_CONNECTION=postgres
|
|
DB_SYNCHRONIZE=true
|
|
DB_LOGGING=false
|
|
DB_ENTITIES=usr/app/api/build/data/entity/*.js
|
|
DB_ENTITIES_DIR=usr/app/api/build/data/entity
|
|
DB_MIGRATIONS=usr/app/api/build/data/migrations/*.js
|
|
|
|
## Use same password for database for DB_PASSWORD and POSTGRES_PASSWORD
|
|
DB_PASSWORD=Falcon12
|
|
POSTGRES_PASSWORD=Falcon12
|
|
|
|
SESSION_SECRET=Falcon12
|
|
OTP_SECRET=Falcon12
|
|
# your login password for admin account
|
|
INITIAL_ADMIN_PASSWORD=Falcon12
|
|
|
|
REDIS_HOST=redisBloben
|
|
REDIS_PORT=6379
|
|
|
|
#POSTGRES_DB=bloben_api
|
|
POSTGRES_DB=postgress
|
|
POSTGRES_USER=bloben
|
|
|
|
APP_DOMAIN=netgrimoire.com
|
|
|
|
|
|
SMTP_PORT=
|
|
SMTP_HOST=
|
|
SMTP_EMAIL=
|
|
SMTP_USERNAME=
|
|
SMTP_PASSWORD=
|
|
|
|
|