mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-04 11:09:01 +08:00
7 lines
212 B
Bash
7 lines
212 B
Bash
DATABASE_URL="postgresql://affine@localhost:5432/affine"
|
|
NEXTAUTH_URL="http://localhost:8080"
|
|
OAUTH_EMAIL_SENDER="noreply@toeverything.info"
|
|
OAUTH_EMAIL_LOGIN=""
|
|
OAUTH_EMAIL_PASSWORD=""
|
|
ENABLE_LOCAL_EMAIL="true"
|