add php, mysql & apache starter template

This commit is contained in:
2024-05-21 05:37:09 +02:00
parent 3154c8ab59
commit 5ae60548e7
3 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Project settings
PROJECT_NAME=project_name
# MySQL settings
MYSQL_USERNAME=some_username
MYSQL_PASSWORD=some_password
MYSQL_DATABASE=some_database
MYSQL_PORT=3306
# phpMyAdmin settings
PMA_PORT=8080
# PHP + Apache settings
PHP_PORT=80