-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy path.lando.ini
More file actions
43 lines (35 loc) · 1.44 KB
/
.lando.ini
File metadata and controls
43 lines (35 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[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