mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Tweak test secrets file
This commit is contained in:
parent
1eeab11353
commit
94d674ef96
3 changed files with 16 additions and 6 deletions
|
@ -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"
|
||||
|
||||
|
|
14
config/php/fpm/standardebooks.test-secrets.ini
Normal file
14
config/php/fpm/standardebooks.test-secrets.ini
Normal 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"
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue