We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7efe04d commit 5b4e7f0Copy full SHA for 5b4e7f0
deployment/fortrabbit.rst
@@ -78,7 +78,7 @@ Create the file ``app/config/config_prod_secrets.php`` with the following
78
contents::
79
80
// get the path to the secrects.json file
81
- $secrets = getenv("APP_SECRETS")
+ $secrets = getenv("APP_SECRETS");
82
if (!$secrets) {
83
return;
84
}
0 commit comments