mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
19 lines
No EOL
284 B
Text
19 lines
No EOL
284 B
Text
# Coolify Configuration
|
|
APP_ID=
|
|
APP_KEY=
|
|
|
|
# PostgreSQL Database Configuration
|
|
DB_DATABASE=coolify-db
|
|
DB_USERNAME=
|
|
DB_PASSWORD=
|
|
|
|
# Redis Configuration
|
|
REDIS_PASSWORD=
|
|
|
|
# Pusher Configuration
|
|
PUSHER_APP_ID=
|
|
PUSHER_APP_KEY=
|
|
PUSHER_APP_SECRET=
|
|
|
|
# Additional Configuration
|
|
SELF_HOSTED=true |