mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-07-16 05:54:01 +03:00
12 lines
505 B
Plaintext
12 lines
505 B
Plaintext
# Sample .env file for development
|
|
# All environment variables can be found on https://pocket-id.org/docs/configuration/environment-variables
|
|
|
|
APP_ENV=development
|
|
# Set the APP_URL to the URL where the frontend is listening
|
|
# In the development environment the backend gets proxied by the frontend
|
|
APP_URL=http://localhost:3000
|
|
PORT=1411
|
|
MAXMIND_LICENSE_KEY=your_license_key
|
|
|
|
# Set the ENCRYPTION_KEY to a random sequence of characters, for example generated with `openssl rand -base64 32`
|
|
ENCRYPTION_KEY= |