-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv-template
More file actions
10 lines (10 loc) · 795 Bytes
/
env-template
File metadata and controls
10 lines (10 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
postgres_integration="postgresql://user:password@host:port/database"
postgres_production="postgresql://user:password@host:port/database"
mongo_integration="mongodb+srv://user:password@host/?retryWrites=true&w=majority&appName=mongosh%22"
mongo_production="mongodb+srv://user:password@host/?retryWrites=true&w=majority&appName=mongosh%22"
clickhouse_integration_main="-h int.host.main -u user -B password -p http-port -k"
clickhouse_integration_api="-h int.host.api -u user -B password -p http-port -k"
clickhouse_production_main="-h prod.host.main -u user -B password -p http-port -k"
clickhouse_production_api="-h prod.host.api -u user -B password -p http-port -k"
mysql_ext_integration="mysql://user:password@host:port/database"
mysql_ext_production="mysql://user:password@host:port/database"