mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-10 15:12:58 +03:00
8 lines
235 B
Plaintext
8 lines
235 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 |