Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

Commit

Permalink
Hardcode Yahoo's config to be the only valid one
Browse files Browse the repository at this point in the history
  • Loading branch information
callahad committed Jul 30, 2012
1 parent f323efb commit 183b72a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion server/lib/configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ var conf = module.exports = convict({
// },
// }
// Unfortunately, this is impossible to represent in Orderly.
domain_info: 'object { } *',
//domain_info: 'object { } *',
// For now, hardcode Yahoo and its values as the only valid configuration
domain_info: {
'yahoo.com': 'object { string strategy ["yahoo"]; string providerName ["Yahoo"]; string providerURL ["https://mail.yahoo.com"]; };'
},
var_path: {
doc: "The path where deployment specific resources will be sought (keys, etc), and logs will be kept.",
format: 'string?',
Expand Down

0 comments on commit 183b72a

Please sign in to comment.