mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-05 03:19:52 +08:00
refactor(server): make redis required module (#9121)
This commit is contained in:
@@ -58,13 +58,6 @@ AFFiNE.use('copilot', {
|
||||
apiKey: '',
|
||||
},
|
||||
});
|
||||
AFFiNE.use('redis', {
|
||||
host: env.REDIS_SERVER_HOST,
|
||||
db: 0,
|
||||
port: 6379,
|
||||
username: env.REDIS_SERVER_USER,
|
||||
password: env.REDIS_SERVER_PASSWORD,
|
||||
});
|
||||
AFFiNE.use('payment', {
|
||||
stripe: {
|
||||
keys: {
|
||||
|
||||
Reference in New Issue
Block a user