Minor modifications to documentation for app.json

This commit is contained in:
Jason Spriggs 2021-09-09 16:55:26 -04:00
parent d100a5de72
commit 949454c6d4

View file

@ -11,15 +11,15 @@
"success_url": "/setup", "success_url": "/setup",
"env": { "env": {
"APP_ENV": { "APP_ENV": {
"description": "Symfony environment mode. Unless developing the application, this should be production.", "description": "Laravel environment mode. Unless developing the application, this should be production.",
"value": "production" "value": "production"
}, },
"APP_DEBUG": { "APP_DEBUG": {
"description": "Symfony debug mode. Unless developing the application or actively debugging a problem, this should be set to false.", "description": "Laravel debug mode. Unless developing the application or actively debugging a problem, this should be set to false.",
"value": "false" "value": "false"
}, },
"APP_KEY": { "APP_KEY": {
"description": "A secret key for verifying the integrity of signed cookies. (See either https://snipe-it.readme.io/docs/install-dependencies or generate at https://coderstoolbox.online/toolbox/generate-symfony-secret)", "description": "A secret key for verifying the integrity of signed cookies. (See either https://snipe-it.readme.io/docs/generate-your-app-key or generate at https://coderstoolbox.online/toolbox/generate-symfony-secret)",
"value": "" "value": ""
}, },
"APP_URL": { "APP_URL": {