File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
docs/content/developers/samples Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Load environment variables from a .env file in the project root.
2222- These variables can be set in the .env file, or via environment variables (` $_SERVER ` /` $_ENV ` ).
2323- ` .env ` values are loaded first, but can be overridden by actual environment variables.
2424
25- ``` ini title=".env example"
25+ ``` ini
2626MAGE_IS_DEVELOPER_MODE =1
2727OPENMAGE_CONFIG_OVERRIDE_ALLOWED =1
2828OPENMAGE_CONFIG__DEFAULT__GENERAL__STORE_INFORMATION__NAME =" My OpenMage Store"
Original file line number Diff line number Diff line change 55
66# ` php.ini `
77
8- ``` ini title="php.ini example"
8+ ``` ini
99; This file is for CGI/FastCGI installations
1010; Try copying it to php7.ini or php8 if it doesn't work
1111
Original file line number Diff line number Diff line change 55
66# ` robots.txt `
77
8- ``` text title="robots.txt example"
8+ ``` text
99############################################
1010## For more information about the robots.txt standard visit
1111## http://www.robotstxt.org/orig.html
You can’t perform that action at this time.
0 commit comments