Add hash_salt
This commit is contained in:
parent
ed24f4f363
commit
2b15cc6ff2
2 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ drupal_settings:
|
|||
filename: settings.php # Optional, defaults to 'settings.php'
|
||||
settings:
|
||||
base_url: https://www.example.com # Optional, Drupal 7
|
||||
hash_salt: '' # Optional
|
||||
databases:
|
||||
default: # The database key
|
||||
default: # The database target
|
||||
|
|
|
|||
Reference in a new issue