diff --git a/.env b/.env index 69115c9..6bb51cd 100644 --- a/.env +++ b/.env @@ -1,16 +1,8 @@ -POSTGRES_USER=affine_usr -POSTGRES_PASSWORD=R8v#2kP9sTq4!Lm -POSTGRES_DB=affine AFFINE_REVISION=stable -AFFINE_INDEXER_ENABLED=false -AFFINE_PORT=3010 -AFFINE_SERVER_HTTPS=true -AFFINE_EXTERNAL_URL=https://affine.ouate2phoque.ovh -MAILER_HOST=146.59.232.168 -MAILER_PORT=1025 -MAILER_USER=irwing.mota@protonmail.com -MAILER_PASSWORD=9_penpM3k3OLwLxPjEtSuA -MAILER_SENDER=Affine -DATABASE_URL=postgres://affine_usr:R8v%232kP9sTq4%21Lm@postgres:5432/affine?sslmode=disable -AFFINE_ADMIN_EMAIL=affine@proton.me -AFFINE_ADMIN_PASSWORD=Zr6&Vx1pQw9$Ka \ No newline at end of file +PORT=3010 +DB_DATA_LOCATION=~/.affine/self-host/postgres/pgdata +UPLOAD_LOCATION=~/.affine/self-host/storage +CONFIG_LOCATION=~/.affine/self-host/config +DB_USERNAME=affine +DB_PASSWORD=sbQrD86M4RpZpyv12GKI +DB_DATABASE=affine \ No newline at end of file