Skip to content

Commit f3b5de5

Browse files
authored
Merge pull request #635 from jamesmacwhite/patch-1
Fix typo with CRAFT_SECRETS_PATH constant example
2 parents f251c14 + afb034c commit f3b5de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/5.x/reference/config/bootstrap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The path to a [secrets](../../configure.md#secrets) file, whose values are _not_
117117

118118
```php
119119
// Check the `secrets.php` file next to this script for sensitive values:
120-
define('CRAFT_SITE', dirname(__DIR__) . 'secrets.php');
120+
define('CRAFT_SECRETS_PATH', dirname(__DIR__) . 'secrets.php');
121121
```
122122

123123
## `CRAFT_SITE`

0 commit comments

Comments
 (0)