mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 00:17:19 +00:00
36 lines
912 B
Plaintext
36 lines
912 B
Plaintext
# application
|
|
RPC_PORT=10000
|
|
API_PORT=11000
|
|
DEBUG_PORT=12000
|
|
API_ADDR=localhost:11000
|
|
DEV=true
|
|
|
|
# db
|
|
DB_ADDR=localhost:5432
|
|
DB_NAME=admindb
|
|
DB_USER=admindbuser
|
|
DB_PASSWORD=admindbpassword
|
|
DB_PORT=5432 # used in docker-compose
|
|
|
|
# relay
|
|
SENTRY_PEERING_HOST='peering.sentry.rafay.local:10001'
|
|
CORE_RELAY_CONNECTOR_HOST='*.core-connector.relay.rafay.local:10002'
|
|
CORE_RELAY_USER_HOST='*.user.relay.rafay.local:10002'
|
|
BOOTSTRAP_KEK='rafay'
|
|
RELAY_IMAGE='registry.rafay-edge.net/rafay/rafay-relay-agent:r1.10.0-24'
|
|
|
|
# audit
|
|
ES_END_POINT='http://127.0.0.1:9200'
|
|
ES_INDEX_PREFIX='auditlog-system'
|
|
RELAY_AUDITS_ES_INDEX_PREFIX='auditlog-relay'
|
|
RELAY_COMMANDS_ES_INDEX_PREFIX='auditlog-commands'
|
|
|
|
# cd relay
|
|
CORE_CD_RELAY_USER_HOST='*.user.cdrelay.rafay.local:10012'
|
|
CORE_CD_RELAY_CONNECTOR_HOST='*.core-connector.cdrelay.rafay.local:10012'
|
|
|
|
SCHEDULER_NAMESPACE='rafay-system'
|
|
|
|
# Kratos
|
|
KRATOS_ADDR='http://localhost:4433'
|