Skip to content

Commit 0121712

Browse files
authored
Add example credentials file (#1042)
* added new credentials file * remove slack integration
1 parent ff0b8a6 commit 0121712

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

config/credentials.yml.enc.example

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Using this Medium blogpost as an example, we save all our credentials in here!
2+
# https://medium.com/craft-academy/encrypted-credentials-in-ruby-on-rails-9db1f36d8570
3+
4+
secret_key_base:
5+
6+
production:
7+
sentry_dsn:
8+
smtp_username:
9+
smtp_password:
10+
11+
amber_host:
12+
sofia_host:
13+
amber_client_id:
14+
amber_client_secret:
15+
16+
sumup_affiliate_key:
17+
mollie_api_key:
18+
19+
healthcheck_ids:
20+
sidekiq:
21+
credit_insufficient:
22+
payment_poll:
23+
24+
staging:
25+
sentry_dsn:
26+
27+
amber_host:
28+
sofia_host:
29+
amber_client_id:
30+
amber_client_secret:
31+
32+
sumup_affiliate_key:
33+
mollie_api_key:
34+
35+
development:
36+
37+
amber_host: localhost:4200
38+
sofia_host: localhost
39+
# Use amber_client_id and _secret from ENV file for your local machine
40+
# mollie_api_key:
41+
42+
test:
43+
amber_host: localhost:4200
44+
sofia_host: localhost
45+
amber_client_id:
46+
amber_client_secret:
47+
48+
mollie_api_key:

0 commit comments

Comments
 (0)