mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-09-11 21:49:04 +02:00
Co-authored-by: Elias Schneider <login@eliasschneider.com>
9 lines
236 B
Bash
9 lines
236 B
Bash
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
|