]> gitweb.mndrdr.org Git - arelpe.git/commitdiff
It was in .env; still CI troubleshooting
authorAidan Cornelius-Bell <[email protected]>
Tue, 31 Dec 2024 21:10:59 +0000 (07:40 +1030)
committerAidan Cornelius-Bell <[email protected]>
Tue, 31 Dec 2024 21:10:59 +0000 (07:40 +1030)
.env.test [new file with mode: 0644]
.gitignore

diff --git a/.env.test b/.env.test
new file mode 100644 (file)
index 0000000..1146342
--- /dev/null
+++ b/.env.test
@@ -0,0 +1,13 @@
+SMTP_ADDRESS="smtp.fastmail.com"
+SMTP_PORT="587"
+SMTP_USERNAME="[email protected]"
+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 <[email protected]>"
+OTP_SECRET_KEY=12345678901234567890123456789012345678901e61dbd01685e96b65227a5d6c43862c477ce947bff0185ee126cd93665df878d2518d0f153b7a57e95d6a5b
+RAILS_MASTER_KEY=7cf6b8faada5332a399b0beecb626565
+
index 4aaf1022e5dff3c1599716189b002b86c39b5fb3..c695c7aad1870a1361d6cade953b6f44ceadba9c 100644 (file)
@@ -8,7 +8,7 @@
 /.bundle
 
 # Ignore all environment files (except templates).
-/.env*
+/.env
 !/.env*.erb
 
 # Ignore all logfiles and tempfiles.