mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
e4c2b42e4a
It describes the minimalist LaSuite Meet instance, with the simple feature of having a room conference.
12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
# App database configuration
|
|
DB_HOST=postgresql
|
|
DB_NAME=meet
|
|
DB_USER=meet
|
|
DB_PASSWORD=<generate a secure password>
|
|
DB_PORT=5432
|
|
|
|
# Postgresql db container configuration
|
|
POSTGRES_DB=meet
|
|
POSTGRES_USER=meet
|
|
POSTGRES_PASSWORD=${DB_PASSWORD}
|