redis prefix 추가

This commit is contained in:
2025-06-05 12:05:24 +09:00
parent 8353c6c97d
commit fa67ae5e7c
5 changed files with 38 additions and 46 deletions

View File

@@ -165,6 +165,7 @@ redis:
sync-timeout: 30000
ssl: false
abort-connect: false
prefix: backOffice
web3:
url: https://eco-system-dev-rollup-admin-api.caliverse.io/

View File

@@ -170,6 +170,7 @@ redis:
sync-timeout: 30000
ssl: true
abort-connect: false
prefix: backOffice
web3:

View File

@@ -102,16 +102,17 @@ excel:
################################################################################################################################################################################################
amazon:
dynamodb:
# endpoint: http://localhost:8000/
endpoint: https://dynamodb.us-west-2.amazonaws.com
endpoint: http://localhost:8000/
# endpoint: https://dynamodb.us-west-2.amazonaws.com
metaTable: Metaverse-Dev
# metaTable: Metaverse-Live
aws:
# accesskey: ""
# secretkey: ""
accesskey: AKIA4G3CB4Z5T6JUPHJN
secretkey: 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
region: us-west-2
accesskey: ""
secretkey: ""
region: ""
# accesskey: AKIA4G3CB4Z5T6JUPHJN
# secretkey: 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
# region: us-west-2
s3:
bucket-name: metaverse-myhomeugc-test
enabled: true
@@ -124,17 +125,17 @@ amazon:
# RabbitMq
################################################################################################################################################################################################
rabbitmq:
url: localhost
port: 5672
username: admin
password: admin
ssl: false
# dev
# url: 10.20.20.8
# url: localhost
# port: 5672
# username: admin
# password: admin
# ssl: false
# dev
url: 10.20.20.8
port: 5672
username: admin
password: admin
ssl: false
@@ -144,15 +145,15 @@ rabbitmq:
# Mongodb
################################################################################################################################################################################################
mongodb:
host: 10.20.20.8:27017
business-log:
username: ""
password: ""
db: LogDB
indicator:
username: ""
password: ""
db: IndicatorDB
# host: 10.20.20.8:27017
# business-log:
# username: ""
# password: ""
# db: LogDB
# indicator:
# username: ""
# password: ""
# db: IndicatorDB
#local
# host: localhost:27017
# business-log:
@@ -163,36 +164,23 @@ mongodb:
# username: ""
# password: ""
# db: IndicatorDB
#stage-atlas
# host: metaverse-stage.7d0do.mongodb.net
# business-log:
# username: metaversestagerw
# password: R1ed7GzdAZcZ321t
# db: BusinessLog-Db-Stage
# indicator:
# username: metaversestagerw
# password: R1ed7GzdAZcZ321t
# db: BackOffice-Db-Stage
#live
# host: localhost:27021
# business-log:
# username: calimongoread
# password: cali%lr9#1verse
# db: LogDB
# indicator:
# username: lrwindiconnect
# password: live%sw9#3verse
# db: IndicatorDB
# admin:
# username: admin
# password: zk28fl@#qjtm
# db: admin
host: metaverse-live.7d0do.mongodb.net
business-log:
username: metaverseliverw
password: K1spqwBbHrP2ZSMX
db: BusinessLog-Db-Live
indicator:
username: metaverseliverw
password: K1spqwBbHrP2ZSMX
db: BackOffice-Db-Live
################################################################################################################################################################################################
# "Redis": "127.0.0.1:6379,password=KT-i5#i%-%LxKfZ5YJj6,AsyncTimeout=30000,SyncTimeout=30000,ssl=false,abortConnect=false",
################################################################################################################################################################################################
redis:
prefix: backOffice
host: localhost
port: 6379
password: KT-i5#i%-%LxKfZ5YJj6

View File

@@ -173,6 +173,7 @@ redis:
sync-timeout: 30000
ssl: true
abort-connect: false
prefix: backOffice
web3:
url: https://eco-system-qa-rollup-admin-api.caliverse.io

View File

@@ -170,6 +170,7 @@ redis:
sync-timeout: 30000
ssl: true
abort-connect: false
prefix: backOffice
web3: