We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc90e26 commit ede1f5cCopy full SHA for ede1f5c
.gitignore
@@ -18,3 +18,5 @@
18
19
# Ignore Mac droppings
20
.DS_Store
21
+
22
+/config/application.yml
config/application.public.yml
@@ -0,0 +1,17 @@
1
+development:
2
+ aws_access_key_id: secret
3
+ aws_secret_access_key: secret
4
+ aws_region: secret
5
+ aws_allegro_planet_bucket: secret
6
7
+test:
8
9
10
11
12
13
+production:
14
15
16
17
0 commit comments