7 lines
143 B
Bash
7 lines
143 B
Bash
|
# postgres
|
||
|
# POSTGRES_PASSWORD= # see kasm_secrets.env
|
||
|
POSTGRES_USER=kasmapp
|
||
|
POSTGRES_DB=kasm
|
||
|
|
||
|
# redis
|
||
|
# REDIS_PASSWORD= # see kasm_secrets.env
|