diff --git a/README.md b/README.md index ce915aa8..788ff1eb 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/config/php/fpm/standardebooks.test-secrets.ini b/config/php/fpm/standardebooks.test-secrets.ini new file mode 100644 index 00000000..e97e5d5e --- /dev/null +++ b/config/php/fpm/standardebooks.test-secrets.ini @@ -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" diff --git a/config/php/fpm/standardebooks.test.ini b/config/php/fpm/standardebooks.test.ini index dc03c36e..f9e67e03 100644 --- a/config/php/fpm/standardebooks.test.ini +++ b/config/php/fpm/standardebooks.test.ini @@ -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"