2020-04-17 09:33:36 +00:00
|
|
|
[[headers]]
|
|
|
|
|
for = "/static/*"
|
|
|
|
|
[header.values]
|
|
|
|
|
cache-control = "max-age=604800"
|
|
|
|
|
|
2019-11-22 11:04:23 +00:00
|
|
|
[context.production]
|
|
|
|
|
[context.production.environment]
|
|
|
|
|
REACT_APP_ENVIRONMENT = "PRODUCTION"
|
2020-01-22 12:26:25 +00:00
|
|
|
REACT_APP_BASE_URL = "https://api.appsmith.com"
|
2019-11-22 11:04:23 +00:00
|
|
|
|
|
|
|
|
[context.release]
|
|
|
|
|
[context.release.environment]
|
|
|
|
|
REACT_APP_ENVIRONMENT = "STAGING"
|
2020-01-22 12:26:25 +00:00
|
|
|
REACT_APP_BASE_URL = "https://release-api.appsmith.com"
|
2019-11-22 11:04:23 +00:00
|
|
|
|
|
|
|
|
[context.develop]
|
|
|
|
|
[context.develop.environment]
|
|
|
|
|
REACT_APP_ENVIRONMENT = "DEVELOPMENT"
|
2020-01-22 12:26:25 +00:00
|
|
|
REACT_APP_BASE_URL = "https://release-api.appsmith.com"
|
2019-11-22 11:04:23 +00:00
|
|
|
|
2020-01-10 12:22:45 +00:00
|
|
|
[context.a]
|
|
|
|
|
[context.a.environment]
|
|
|
|
|
REACT_APP_ENVIRONMENT = "STAGING"
|
2020-01-22 12:26:25 +00:00
|
|
|
REACT_APP_BASE_URL = "https://release-api.appsmith.com"
|
2020-01-10 12:22:45 +00:00
|
|
|
|
|
|
|
|
[context.b]
|
|
|
|
|
[context.b.environment]
|
|
|
|
|
REACT_APP_ENVIRONMENT = "STAGING"
|
2020-01-22 12:26:25 +00:00
|
|
|
REACT_APP_BASE_URL = "https://release-api.appsmith.com"
|