fix(server): selfhost startup (#9386)

This commit is contained in:
liuyi
2024-12-27 19:29:17 +08:00
committed by GitHub
parent 8bceece5b1
commit a16471c185
4 changed files with 17 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ PORT=3010
# AFFINE_SERVER_EXTERNAL_URL=https://affine.yourdomain.com
# position of the database data to persist
DB_DATA_LOCATION=~/.affine/self-host/postgres
DB_DATA_LOCATION=~/.affine/self-host/postgres/pgdata
# position of the upload data(images, files, etc.) to persist
UPLOAD_LOCATION=~/.affine/self-host/storage
# position of the configuration files to persist