Tweak test secrets file

This commit is contained in:
Alex Cabal 2025-02-26 14:28:01 -06:00
parent 1eeab11353
commit 94d674ef96
3 changed files with 16 additions and 6 deletions

View file

@ -35,7 +35,9 @@ sudo systemctl restart apache2.service
# Link and enable the SE PHP-FPM pool.
sudo ln -s /standardebooks.org/web/config/php/fpm/standardebooks.test.ini /etc/php/*/cli/conf.d/
sudo ln -s /standardebooks.org/web/config/php/fpm/standardebooks.test-secrets.ini /etc/php/*/cli/conf.d/
sudo ln -s /standardebooks.org/web/config/php/fpm/standardebooks.test.ini /etc/php/*/fpm/conf.d/
sudo ln -s /standardebooks.org/web/config/php/fpm/standardebooks.test-secrets.ini /etc/php/*/fpm/conf.d/
sudo ln -s /standardebooks.org/web/config/php/fpm/standardebooks.test.conf /etc/php/*/fpm/pool.d/
sudo systemctl restart "php*-fpm.service"

View file

@ -0,0 +1,14 @@
[se]
se.secrets.fractured_atlas.username = "test@example.com"
se.secrets.fractured_atlas.password = "xxx"
se.secrets.zoho.webhook_secret = "xxx"
se.secrets.github.se_vcs_bot.secret = "xxx"
se.secrets.postmark.username = "xxx"
se.secrets.postmark.api_key = "xxx"
se.secrets.email.no_reply_address = "no-reply@example.com"
se.secrets.email.admin_address = "admin@example.com"
se.secrets.email.editor_in_chief_address = "editor@example.com"

View file

@ -18,9 +18,3 @@ opcache.validate_timestamps = Off
[app]
app.site_status = "dev"
[se]
se.secrets.email.admin_address = "admin@example.com"
se.secrets.email.editor_in_chief_address = "editor@example.com"
se.secrets.email.no_reply_address = "noreply@example.com"
se.secrets.postmark.username = "smtp_username"