kopia lustrzana https://github.com/bugout-dev/moonstream
5 wiersze
283 B
Bash
5 wiersze
283 B
Bash
# Required environment variables to work with database CLI
|
|
export MOONSTREAM_DB_URI="postgresql://<username>:<password>@<db_host>:<db_port>/<db_name>"
|
|
export MOONSTREAM_DB_URI_READ_ONLY="postgresql://<username>:<password>@<db_host>:<db_port>/<db_name>"
|
|
export MOONSTREAM_POOL_SIZE=0
|