mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 17:18:23 +00:00
11 lines
No EOL
255 B
Text
11 lines
No EOL
255 B
Text
CLICKHOUSE_PROTOCOL="http"
|
|
CLICKHOUSE_HOST="localhost"
|
|
CLICKHOUSE_PORT="8123"
|
|
CLICKHOUSE_USERNAME="test"
|
|
CLICKHOUSE_PASSWORD="test"
|
|
PORT=4011
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_HOST=localhost
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_DB=registry |