FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
documentcloud/config/document_cloud.yml at gm_processing · documentcloud/documentcloud · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Mar 11, 2021. It is now read-only.
documentcloud
/
documentcloud
Public archive
Notifications
You must be signed in to change notification settings
Fork
157
Star
425
Code
Issues
194
Pull requests
16
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
documentcloud
/
config
/
document_cloud.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (24 loc) · 857 Bytes
Breadcrumbs
documentcloud
/
config
/
document_cloud.yml
Copy path
File metadata and controls
28 lines (24 loc) · 857 Bytes
Raw
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
27
28
<%
secrets = YAML.load_file('./secrets/secrets.yml')[ENV['RAILS_ENV'] || "development"]
%
>
defaults
:
&defaults
cloud_crowd_server
:
http://dev.dcloud.org:8080
server_root
:
dev.dcloud.org
large_file_storage
:
/mnt/large_files
aws_region
:
us-east-1
aws_zone
:
us-east-1c
preconfigured_ami_id
:
<%= secrets['ami'] %>
asset_root
:
"
dev.dcloud.org
"
development
:
<<
:
*defaults
staging
:
<<
:
*defaults
cloud_crowd_server
:
<%= secrets['db_host'] %>:8080
server_root
:
staging.documentcloud.org
asset_root
:
"
s3.amazonaws.com/dcloud_staging
"
production
:
<<
:
*defaults
cloud_crowd_server
:
<%= secrets['db_host'] %>:8080
server_root
:
www.documentcloud.org
asset_root
:
"
s3.amazonaws.com/s3.documentcloud.org
"
db_volume_id
:
vol-d4c305bd
test
:
<<
:
*defaults
Back
|
FazBrowse Home
|
New Git URL