-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #252 from 4dn-dcic/core
Core Modules
- Loading branch information
Showing
111 changed files
with
15,353 additions
and
2,492 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
[app:app] | ||
use = egg:snovault | ||
create_tables = true | ||
sqlalchemy.url = postgresql:///encoded | ||
retry.attempts = 3 | ||
file_wfout_bucket = encoded-4dn-files | ||
file_upload_profile_name = encoded-4dn-files | ||
system_bucket = elasticbeanstalk-encoded-4dn-system | ||
elasticsearch.server = 127.0.0.1:9200 | ||
ontology_path = %(here)s/ontology.json | ||
aws_ip_ranges_path = %(here)s/aws-ip-ranges.json | ||
#this is to reroute downloads to something other than aws s3 | ||
#download_proxy = https://download.encodeproject.org/ | ||
|
||
# # Only run ec2metadata on ec2 instances | ||
# # XXX really need to reorganise ini files for more reuse | ||
# hostname_command = command -v ec2metadata > /dev/null && ec2metadata --public-hostname || hostname | ||
# | ||
# multiauth.policies = auth0 session remoteuser accesskey | ||
# multiauth.groupfinder = encoded.authorization.groupfinder | ||
# | ||
# multiauth.policy.session.namespace = mailto | ||
# multiauth.policy.session.use = encoded.authentication.NamespacedAuthenticationPolicy | ||
# multiauth.policy.session.base = pyramid.authentication.SessionAuthenticationPolicy | ||
# | ||
# multiauth.policy.remoteuser.namespace = remoteuser | ||
# multiauth.policy.remoteuser.use = encoded.authentication.NamespacedAuthenticationPolicy | ||
# multiauth.policy.remoteuser.base = pyramid.authentication.RemoteUserAuthenticationPolicy | ||
# | ||
# multiauth.policy.accesskey.namespace = accesskey | ||
# multiauth.policy.accesskey.use = encoded.authentication.NamespacedAuthenticationPolicy | ||
# multiauth.policy.accesskey.base = encoded.authentication.BasicAuthAuthenticationPolicy | ||
# multiauth.policy.accesskey.check = encoded.authentication.basic_auth_check | ||
|
||
# multiauth.policy.auth0.use = encoded.authentication.NamespacedAuthenticationPolicy | ||
# multiauth.policy.auth0.namespace = auth0 | ||
# multiauth.policy.auth0.base = encoded.authentication.Auth0AuthenticationPolicy | ||
|
||
auth0.siteName = 4DN DCC Submission | ||
|
||
postgresql.statement_timeout = 120 | ||
pyramid.default_locale_name = en | ||
# Google analytics config | ||
ga_config_location = ./src/encoded/static/ga_config.json | ||
|
||
# [composite:indexer] | ||
# use = egg:encoded#indexer | ||
# app = app | ||
# path = /index | ||
# timeout = 60 | ||
# set embed_cache.capacity = 5000 | ||
# set indexer = true | ||
|
||
# [composite:ingester] | ||
# use = egg:encoded#ingester | ||
# app = app | ||
# path = /ingest | ||
# timeout = 60 | ||
|
||
# [filter:memlimit] | ||
# use = egg:encoded#memlimit | ||
# rss_limit = 450MB |
Oops, something went wrong.