security: gitignore env-specific config files and untrack config.world.game.php
All checks were successful
Deploy Production / Deploy to Production (push) Successful in 28s
All checks were successful
Deploy Production / Deploy to Production (push) Successful in 28s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
dbba73ea62
commit
e7f9849888
2 changed files with 5 additions and 10 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -49,6 +49,11 @@ Icon
|
|||
|
||||
/site/config/.license
|
||||
|
||||
# Environment-specific config (contains secrets)
|
||||
# ---------------
|
||||
|
||||
/site/config/config.*.php
|
||||
|
||||
# Content
|
||||
# ---------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'debug' => false,
|
||||
|
||||
'brevo_whitepaper' => [
|
||||
'api_key' => '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',
|
||||
'list_id' => 5,
|
||||
],
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue