Commit 19db229f authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

update redis config

parent 90f8a9f8
Loading
Loading
Loading
Loading
+13 −12
Original line number Diff line number Diff line
# CSU
[csu.dfs]
CSST_DFS_GATEWAY="192.168.25.89:28000"
CSST_DFS_TOKEN="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjQ4ODU0NTA2NjQsInN1YiI6InN5c3RlbSJ9.POsuUABytu8-WMtZiYehiYEa5BnlgqNTXT6X3OTyix0"

[csu.redis]
host="192.168.25.89"
port=36379
db=0
password="csst__2025"
qname="csst_data_list"

# NAOC
[naoc.dfs]
CSST_DFS_GATEWAY="10.80.1.22:28000"
CSST_DFS_TOKEN="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjQ4ODU0NTA2NjQsInN1YiI6InN5c3RlbSJ9.POsuUABytu8-WMtZiYehiYEa5BnlgqNTXT6X3OTyix0"
@@ -20,15 +33,3 @@ port=26379
db=0
password="csst__2025"
qname="csst_data_list"

# CSU
[csu.dfs]
CSST_DFS_GATEWAY="192.168.25.89:28000"
CSST_DFS_TOKEN="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjQ4ODU0NTA2NjQsInN1YiI6InN5c3RlbSJ9.POsuUABytu8-WMtZiYehiYEa5BnlgqNTXT6X3OTyix0"

[csu.redis]
host="192.168.25.89"
port=26379
db=0
password="csst__2025"
qname="csst_data_list"