mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
11 lines
376 B
Plaintext
11 lines
376 B
Plaintext
APP_ENV=production
|
|
PUBLIC_APP_URL=http://localhost
|
|
# /!\ If PUBLIC_APP_URL is not a localhost address, it must be HTTPS
|
|
DB_PROVIDER=sqlite
|
|
# MAXMIND_LICENSE_KEY=fixme # needed for IP geolocation in the audit log
|
|
SQLITE_DB_PATH=data/pocket-id.db
|
|
POSTGRES_CONNECTION_STRING=postgresql://postgres:postgres@localhost:5432/pocket-id
|
|
UPLOAD_PATH=data/uploads
|
|
PORT=8080
|
|
HOST=0.0.0.0
|