You're in demo mode. Some data modifications are disabled.
Configuration
Read-only view of the application configuration.
Backup
Backup and restore operation settings.
| Environment Variable | Value | Description |
|---|---|---|
| BACKUP_WORKING_DIRECTORY | /tmp/backups | Temporary directory for backup and restore operations. |
| MYSQL_CLI_TYPE | mariadb | MySQL CLI type: "mariadb" or "mysql". |
| BACKUP_JOB_TIMEOUT | 7200 | Maximum seconds a job can run. |
| BACKUP_JOB_TRIES | 3 | Number of times to attempt the job. |
| BACKUP_JOB_BACKOFF | 60 | Seconds to wait before retrying. |
| BACKUP_DAILY_CRON | 0 2 * * * | Cron schedule for daily backups. |
| BACKUP_WEEKLY_CRON | 0 3 * * 0 | Cron schedule for weekly backups. |
| BACKUP_CLEANUP_CRON | 0 4 * * * | Cron schedule for snapshot cleanup. |
Database
Application database connection settings.
| Environment Variable | Value |
|---|---|
| DB_CONNECTION | mysql |
| DB_HOST | 51.159.25.24 |
| DB_PORT | 12388 |
| DB_USERNAME | databasement_demo |
| DB_DATABASE | databasement_demo |