diff options
| author | shizhendong <[email protected]> | 2023-07-06 14:51:51 +0800 |
|---|---|---|
| committer | shizhendong <[email protected]> | 2023-07-06 14:51:51 +0800 |
| commit | d71546d3ea4d7a6660fe5315c5749499fec1b4c0 (patch) | |
| tree | 874ab8d0052a753a9baa28513e91fdd7c036216c | |
| parent | 6707b14318d90470596b6b15d321d918d3504840 (diff) | |
chore: NEZ-2968 nezha.properties redis.database 默认为 0dev-HA
| -rw-r--r-- | tools/nezha.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nezha.properties b/tools/nezha.properties index 382fce0..3c3d25f 100644 --- a/tools/nezha.properties +++ b/tools/nezha.properties @@ -8,4 +8,4 @@ redis.mode=standalone redis.sentinel.master= redis.url= redis.pin= -redis.database= +redis.database=0 |
