mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
13 lines
557 B
Bash
13 lines
557 B
Bash
export HIVE_ENCRYPTION_SECRET=wowverysecuremuchsecret
|
|
export HIVE_EMAIL_FROM=no-reply@graphql-hive.com
|
|
export HIVE_APP_BASE_URL=http://localhost:8080
|
|
export SUPERTOKENS_API_KEY=wowverysecuremuchsecret
|
|
export CLICKHOUSE_USER=clickhouse
|
|
export CLICKHOUSE_PASSWORD=wowverysecuremuchsecret
|
|
export REDIS_PASSWORD=wowverysecuremuchsecret
|
|
export POSTGRES_PASSWORD=postgres
|
|
export POSTGRES_USER=postgres
|
|
export POSTGRES_DB=registry
|
|
export MINIO_ROOT_USER=minioadmin
|
|
export MINIO_ROOT_PASSWORD=minioadmin
|
|
export CDN_AUTH_PRIVATE_KEY=6b4721a99bd2ef6c00ce4328f34d95d7
|