chore: update env example (#8909)

This aligns better with the postgres config in [server development guide](https://github.com/toeverything/AFFiNE/blob/canary/docs/developing-server.md).
This commit is contained in:
doodlewind 2024-11-26 10:17:16 +00:00
parent 4e47eb4fd5
commit ba325a6040
No known key found for this signature in database
GPG Key ID: 56709255DC7EC728

View File

@ -1,4 +1,4 @@
# AFFINE_SERVER_PORT=3010
# AFFINE_SERVER_HOST=app.affine.pro
# AFFINE_SERVER_HTTPS=true
# DATABASE_URL="postgres://affine@localhost:5432/affine"
# DATABASE_URL="postgres://affine:affine@localhost:5432/affine"