constants.js 420 B

1234567891011121314151617181920
  1. // Generated by IcedCoffeeScript 1.7.1-f
  2. (function() {
  3. exports.constants = {
  4. url_prefix: {
  5. https: "https://dist.keybase.io/",
  6. http: "http://dist.keybase.io/"
  7. },
  8. canonical_host: "keybase.io",
  9. index_timeout: 60 * 5,
  10. links: {
  11. stable: 'stable',
  12. current: 'current'
  13. },
  14. uid_email: {
  15. code: "code@keybase.io",
  16. index: "index@keybase.io"
  17. }
  18. };
  19. }).call(this);