refactor: support portable PHP hosting without Docker
This commit is contained in:
+9
-5
@@ -1,6 +1,10 @@
|
||||
APP_ENV=development
|
||||
APP_KEY=replace-with-a-long-random-secret
|
||||
APP_ENV=production
|
||||
APP_KEY=generate-a-long-random-secret
|
||||
TRUST_PROXY=0
|
||||
DB_HOST=127.0.0.1
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=jobcard
|
||||
DB_USERNAME=jobcard
|
||||
DB_PASSWORD=replace-with-a-long-unique-database-password
|
||||
ADMIN_EMAIL=admin@example.com
|
||||
ADMIN_PASSWORD=replace-with-a-long-unique-password
|
||||
DB_PASSWORD=replace-with-a-long-database-password
|
||||
DB_ROOT_PASSWORD=replace-with-a-long-root-password
|
||||
ADMIN_PASSWORD=replace-with-a-long-unique-password-at-least-12-characters
|
||||
|
||||
Reference in New Issue
Block a user