Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
26 lines (20 loc) · 766 Bytes

File metadata and controls

26 lines (20 loc) · 766 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# DMPRoadmap Rails credentials file
# To generate secrets and peppers, run the following in another tab/window `bin/rails secret`
# Used as the base secret for all MessageVerifiers in Rails, including the one protecting cookies.
secret_key_base: my_secret_key
# Database credentials
db_username: root
db_password:
# Devise credentials (used for user password encryption)
secret_key: my_secret_key
devise_pepper: my_pepper
# Used by the Dragonfly gem for creating random hashes for org logos
dragonfly_secret: my_secret_key
# AWS credentials used by the config/initializers/dragonfly.rb to access your S3 bucket (if applicable)
# aws:
# access_key_id: 12345
# secret_access_key: 34567
# Recaptcha credentials
recaptcha:
site_key: 11111
secret_key: 22222
Morty Proxy This is a proxified and sanitized view of the page, visit original site.