mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 07:42:58 +03:00
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
APP_ENV=production
|
|
PUBLIC_APP_URL=http://localhost
|
|
DB_PROVIDER=sqlite
|
|
SQLITE_DB_PATH=data/pocket-id.db
|
|
POSTGRES_CONNECTION_STRING=postgresql://postgres:postgres@localhost:5432/pocket-id
|
|
UPLOAD_PATH=data/uploads
|
|
PORT=8080
|
|
HOST=localhost
|