mirror of
https://github.com/go-gost/gost-ui.git
synced 2024-08-11 17:53:29 +00:00
fix
This commit is contained in:
@@ -14,7 +14,7 @@ export const getRedisTemplate = (name: string, type?: string) => {
|
||||
"addr": "127.0.0.1:6379",
|
||||
"db": "1",
|
||||
"password": "123456",
|
||||
${type ? `"type": ${type}` : ""}
|
||||
${type ? `"type": "${type}"` : ""}
|
||||
"key": "gost:${name}-0"
|
||||
}
|
||||
}`;
|
||||
|
||||
Reference in New Issue
Block a user