refactor: move index.php to public, add env example
This commit is contained in:
13
.env.example
Normal file
13
.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# DATABASE CONFIGURATION
|
||||
|
||||
# Soon:
|
||||
# DRIVER=pdo
|
||||
# ENGINE=mariadb
|
||||
|
||||
DB_HOST=localhost
|
||||
DB_PORT=3306
|
||||
DB_USER=
|
||||
DB_PASSWORD=
|
||||
DB_NAME=
|
||||
DB_CHARSET=utf8mb4
|
||||
DB_COLLATION=utf8mb4_unicode_ci
|
Reference in New Issue
Block a user