mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
refactor(server): make redis required module (#9121)
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
# AFFINE_SERVER_PORT=3010
|
||||
# AFFINE_SERVER_HOST=app.affine.pro
|
||||
# AFFINE_SERVER_HTTPS=true
|
||||
# DATABASE_URL="postgres://affine:affine@localhost:5432/affine"
|
||||
# REDIS_SERVER_HOST=localhost
|
||||
|
||||
# MAILER_HOST=localhost
|
||||
# MAILER_PORT=1025
|
||||
# MAILER_SENDER="noreply@toeverything.info"
|
||||
# MAILER_USER="noreply@toeverything.info"
|
||||
# MAILER_PASSWORD="affine"
|
||||
# MAILER_SECURE=false
|
||||
Reference in New Issue
Block a user