This allows us to decouple the name of the lando instance from the section in the configuration file. The instance_id is useful for tools such as TreeHerder and PerfCompare to talk to the appropriate Lando instance. Differential Revision: https://phabricator.services.mozilla.com/D289149
44 lines
1.4 KiB
INI
44 lines
1.4 KiB
INI
[autoformat]
|
|
# Set `enabled = True/False` to enable/disable Lando automated code formatting.
|
|
enabled = True
|
|
|
|
[lando-prod]
|
|
instance_id = lando-prod
|
|
api_domain = api.lando.services.mozilla.com
|
|
|
|
# Lando production Auth0 configuration.
|
|
auth0_domain = auth.mozilla.auth0.com
|
|
auth0_client_id = ccpmWbDAMz1pxHIWF4vqkdr0ScdgDyyM
|
|
auth0_audience = https://api.lando.services.mozilla.com
|
|
auth0_scope = openid email profile lando https://sso.mozilla.com/claim/groups
|
|
|
|
[lando-dev]
|
|
instance_id = lando-dev
|
|
api_domain = api.dev.lando.nonprod.cloudops.mozgcp.net
|
|
|
|
# Lando dev server Auth0 configuration.
|
|
auth0_domain = auth.mozilla.auth0.com
|
|
auth0_client_id = TAtuZwbJd4SRtWg0YznfS1YYCatOvvnX
|
|
auth0_audience = https://api.lando.devsvcdev.mozaws.net
|
|
auth0_scope = openid email profile lando https://sso.mozilla.com/claim/groups
|
|
|
|
[lando-prod-new]
|
|
instance_id = lando-prod-2025
|
|
api_domain = lando.moz.tools
|
|
|
|
# Lando production Auth0 configuration.
|
|
auth0_domain = auth.mozilla.auth0.com
|
|
auth0_client_id = ccpmWbDAMz1pxHIWF4vqkdr0ScdgDyyM
|
|
auth0_audience = https://lando.moz.tools
|
|
auth0_scope = openid email profile lando https://sso.mozilla.com/claim/groups
|
|
|
|
[lando-dev-new]
|
|
instance_id = lando-dev-2025
|
|
api_domain = lando-dev.allizom.org
|
|
|
|
# Lando dev server Auth0 configuration.
|
|
auth0_domain = auth.mozilla.auth0.com
|
|
auth0_client_id = TAtuZwbJd4SRtWg0YznfS1YYCatOvvnX
|
|
auth0_audience = https://lando-dev.allizom.org
|
|
auth0_scope = openid email profile lando https://sso.mozilla.com/claim/groups
|