.lando.ini (760B)
1 [autoformat] 2 # Set `enabled = True/False` to enable/disable Lando automated code formatting. 3 enabled = True 4 5 [lando-prod] 6 # Lando production Auth0 configuration. 7 auth0_domain = auth.mozilla.auth0.com 8 auth0_client_id = ccpmWbDAMz1pxHIWF4vqkdr0ScdgDyyM 9 auth0_audience = https://api.lando.services.mozilla.com 10 auth0_scope = openid email profile lando https://sso.mozilla.com/claim/groups 11 api_domain = api.lando.services.mozilla.com 12 13 [lando-dev] 14 # Lando dev server Auth0 configuration. 15 auth0_domain = auth.mozilla.auth0.com 16 auth0_client_id = TAtuZwbJd4SRtWg0YznfS1YYCatOvvnX 17 auth0_audience = https://api.lando.devsvcdev.mozaws.net 18 auth0_scope = openid email profile lando https://sso.mozilla.com/claim/groups 19 api_domain = api.dev.lando.nonprod.cloudops.mozgcp.net