Application
- Environment
- production
- URL
- https://php-test-app-2.aa.pushflow.dev
- PHP
- 8.4.21
- Server
- php-test-app-2.aa.pushflow.dev
This page reads runtime values from .env, connects to MySQL, creates a demo table, and shows the latest rows.
| ID | Message | Created |
|---|---|---|
| 1 | Hello from aaPanel demo | 2026-07-14 14:59:48 |
| Key | Value |
|---|---|
| APP_ENV | production |
| APP_NAME | php-test-app-2 |
| APP_URL | https://php-test-app-2.aa.pushflow.dev |
| DB_DATABASE | phptestapp2 |
| DB_HOST | 127.0.0.1 |
| DB_PASSWORD | KYn2IZX2MGky7QQb9WTG |
| DB_PORT | 3306 |
| DB_USERNAME | phptestapp2 |
| TEST | ZALUPA |