Skip to content

Use ENV variable to set hash salt #62

@herbdool

Description

@herbdool

Similar to how it's done with drop8, we can set:

/**
 * Handle Hash Salt Value from Backdrop
 */
if (isset($_ENV['PANTHEON_ENVIRONMENT'])) {
  $settings['hash_salt'] = $_ENV['HASH_SALT'];
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions