TP-78265 | collection np access aman singh

This commit is contained in:
varnit goyal
2024-10-10 13:30:01 +05:30
parent fd132b9b1d
commit 0fab8ab99c
5 changed files with 32 additions and 31 deletions

View File

@@ -1,8 +1,8 @@
port: 9000
name: cybertron
env: local
port: PORT
name: NAME
env: ENV
metrics:
port: 4001
port: METRICS_PORT
timezone: Asia/Kolkata
#DB config
@@ -16,19 +16,19 @@ db:
max:
idle: 10
open: 300
username: postgres
password: admin
host: office-server.tail3fba9.ts.net
username: DB_USERNAME
password: DB_PASSWORD
host: DB_HOST
port: 5432
name: cybertron_dev
name: DB_NAME
ssl:
mode: disable
#Prometheus config
prometheus:
app.name: cybertron
host: localhost
port: 4001
app.name: PROMETHEUS_APP_NAME
host: PROMETHEUS_HOST
port: PROMETHEUS_POST
enabled: true
timeout: 10
flush.interval.in.ms: 200
@@ -42,12 +42,12 @@ http:
# Kafka config
kafka:
password: kDia1uC.GI;)Al5eQ)+Q
username: varnitgoyal/varnitgoyal95@gmail.com/ocid1.streampool.oc1.ap-mumbai-1.amaaaaaaotdslraanepwp54txqqxkmg4l6dghrhufiezqkx2lqhndgxoq7pa
brokers: cell-1.streaming.ap-mumbai-1.oci.oraclecloud.com:9092
password: KAFKA_PASSWORD
username: KAFKA_USERNAME
brokers: KAFKA_BROKERS
group:
names: {"kafka-stream": "kafka-stream"}
topics: {"kafka-stream": "kafka-stream"}
names: KAFKA_GROUP
topics: KAFKA_TOPICS
tls:
insecureSkipVerify: true
enabled: false
@@ -67,22 +67,22 @@ DocumentService:
generate_token: DOCUMENT_SERVICE_MOCK_GENERATE_TOKEN
elastic:
addresses: https://office-server.tail3fba9.ts.net:9200
username: elastic
password: 9457611267
index: cybertron
api_key: SFQ1aHhwRUJWRVNkVUlrRWZMYWk6ZFpDTnpWYXdTNDYwdGt1QzlaRV9YQQ==
addresses: ELASTIC_ADDRESS
username: ELASTIC_USERNAME
password: ELASTIC_PASSWORD
index: ELASTIC_INDEX
api_key: ELASTIC_API_KEY
aws:
region: ap-south-1
bucket: navi-cd955a63c4476df0f00c1cea0e4a40d1
region: AWS_REGION
bucket: AWS_BUCKET
mjolnir:
service.url: https://qa-mjolnir-service.np.navi-ppl.in
realm.id: ZicSxsvBwE
service.url: MJOLNIR_SERVICE_URL
realm.id: MJOLNIR_REALM
houston:
service.url: https://qa-houston.np.navi-sa.in
realm.id: ZicSxsvBwE
service.url: HOUSTON_SERVICE_URL
realm.id: HOUSTON_REALM_ID