mirror of
https://github.com/coollabsio/coolify.git
synced 2026-08-24 10:05:47 -05:00
Remove Flux token provisioning and container role handling from production. Restore private server IP support and document the activation checklist.
19 lines
213 B
Bash
19 lines
213 B
Bash
APP_ID=
|
|
APP_NAME=Coolify
|
|
APP_KEY=
|
|
|
|
DB_USERNAME=coolify
|
|
DB_PASSWORD=
|
|
|
|
REDIS_PASSWORD=
|
|
|
|
PUSHER_APP_ID=
|
|
PUSHER_APP_KEY=
|
|
PUSHER_APP_SECRET=
|
|
|
|
ROOT_USERNAME=
|
|
ROOT_USER_EMAIL=
|
|
ROOT_USER_PASSWORD=
|
|
|
|
REGISTRY_URL=docker.io
|