mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-09-16 16:09:04 +02:00
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
7 lines
239 B
Bash
7 lines
239 B
Bash
# Sample .env file for development
|
|
# All environment variables can be found on https://pocket-id.org/docs/configuration/environment-variables
|
|
|
|
APP_ENV=development
|
|
APP_URL=http://localhost:1411
|
|
PORT=1411
|
|
MAXMIND_LICENSE_KEY=your_license_key |