Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

filter out WordPress config from environment data #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

petitphp
Copy link
Member

No description provided.

@petitphp petitphp added the enhancement New feature or request label Jul 10, 2019
@petitphp petitphp requested a review from Rahe July 10, 2019 08:25
'filteredParams' => [
'/DB_NAME/i' => true,
'/DB_USER/i' => true,
'/DB_PASSWORD/i' => true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Peut-être juste le password ? :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Par défaut je préfère nettoyer toutes les config de base de donnée. Si des utilisateurs avancés ont besoin d'avoir plus d'informations qui remontent dans les logs ils pourront modifier ça via le filtre.

@herewithme
Copy link
Member

herewithme commented Jul 14, 2019 via email

Copy link
Member

@Rahe Rahe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok pour moi :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants