# supported settings
# :helix_cloud_url:         URL of helix cloud project server
# :disabled:		    boolean, default is false

shared:                     &shared

development:
  <<:                       *shared
  :helix_cloud_url:         http://localhost:3000

test:
  <<:                       *shared
  :helix_cloud_url:         http://localhost:3000

staging:
  <<:                       *shared
  :helix_cloud_url:         https://staging.thehelixproject.com

acceptance:
  <<:                       *shared
  :helix_cloud_url:         https://acceptance.thehelixproject.com

production:
  <<:                       *shared
  :helix_cloud_url:         https://helix.perforce.com