mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 04:21:56 +03:00
11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
# DATABASE_URL="postgres://affine:affine@localhost:5432/affine"
|
|
# REDIS_SERVER_HOST=localhost
|
|
# COPILOT_FAL_API_KEY=YOUR_KEY
|
|
# COPILOT_OPENAI_API_KEY=YOUR_KEY
|
|
|
|
# MAILER_HOST=127.0.0.1
|
|
# MAILER_PORT=1025
|
|
# MAILER_SENDER="noreply@toeverything.info"
|
|
# MAILER_USER="noreply@toeverything.info"
|
|
# MAILER_PASSWORD="affine"
|
|
# MAILER_SECURE=false |