From: Aidan Cornelius-Bell Date: Tue, 31 Dec 2024 21:10:59 +0000 (+1030) Subject: It was in .env; still CI troubleshooting X-Git-Url: https://gitweb.mndrdr.org/?a=commitdiff_plain;h=e3739ef0a8ae133351b9baa14e2ce0f106a35604;p=arelpe.git It was in .env; still CI troubleshooting --- diff --git a/.env.test b/.env.test new file mode 100644 index 0000000..1146342 --- /dev/null +++ b/.env.test @@ -0,0 +1,13 @@ +SMTP_ADDRESS="smtp.fastmail.com" +SMTP_PORT="587" +SMTP_USERNAME="mail_service@schemist.com.au" +SMTP_PASSWORD="dOntSeNdMaIlOnTesTPleAse" +HCAPTCHA_SITE_KEY=34WillFailOnTestDueToKey +HCAPTCHA_SECRET_KEY=ES_WillFailOnTestDueToKey +BUTTONDOWN_API_KEY=WillFailOnTestDueToKey +STRIPE_PUBLISHABLE_KEY=pk_test_WillFailOnTestDueToKey +STRIPE_SECRET_KEY=sk_test_WillFailOnTestDueToKey +ADMIN_EMAIL="mind reader " +OTP_SECRET_KEY=12345678901234567890123456789012345678901e61dbd01685e96b65227a5d6c43862c477ce947bff0185ee126cd93665df878d2518d0f153b7a57e95d6a5b +RAILS_MASTER_KEY=7cf6b8faada5332a399b0beecb626565 + diff --git a/.gitignore b/.gitignore index 4aaf102..c695c7a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ /.bundle # Ignore all environment files (except templates). -/.env* +/.env !/.env*.erb # Ignore all logfiles and tempfiles.