11 lines
204 B
Bash
11 lines
204 B
Bash
|
DB_CLIENT=pg
|
||
|
POSTGRES_PASSWORD=postgres
|
||
|
POSTGRES_DATABASE=joplin
|
||
|
POSTGRES_DB=joplin
|
||
|
POSTGRES_USER=postgres
|
||
|
POSTGRES_PORT=5432
|
||
|
POSTGRES_HOST=joplin_db
|
||
|
|
||
|
APP_BASE_URL=http://joplin.jafner.net
|
||
|
APP_PORT=22300
|