File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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:
You can’t perform that action at this time.
0 commit comments