Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a6e751673 | ||
|
|
0335f48c48 |
@@ -26,5 +26,5 @@ BACKEND_BASE_URL=https://backend.corp.internal/api
|
||||
###> appsmith apps ###
|
||||
# One line per Appsmith app you register — add more as you build more apps,
|
||||
# and add a matching line in config/services.yaml under appsmith.apps.
|
||||
APP_SANDBOX_LOGIN_URL=https://appsmith.corp.internal/app/sandbox/login-abc123
|
||||
APP_SANDBOX_URL=https://appsmith.corp.internal/app/app-sandbox/login-1234567890abcdef
|
||||
###< appsmith apps ###
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
<!--- END HEADER -->
|
||||
|
||||
## [0.3.1](https://git.fromme.dev/ep/appsmith-bff/compare/v0.3.0...v0.3.1) (2026-08-19)
|
||||
|
||||
### Features
|
||||
|
||||
* Adjust config to prod environment ([0335f4](https://git.fromme.dev/ep/appsmith-bff/commit/0335f48c485b48ada293a4824163e0580dd7a3f8))
|
||||
|
||||
|
||||
---
|
||||
|
||||
## [0.3.0](https://git.fromme.dev/ep/appsmith-bff/compare/v0.2.0...v0.3.0) (2026-08-14)
|
||||
|
||||
### Features
|
||||
|
||||
+1
-1
@@ -66,5 +66,5 @@
|
||||
"require": "7.*"
|
||||
}
|
||||
},
|
||||
"version": "0.3.0"
|
||||
"version": "0.3.1"
|
||||
}
|
||||
Generated
+1
-1
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "0890c5626a188b13a42af972c3d45cfd",
|
||||
"content-hash": "8f9bd431bb2f21dfa749f7b5f375b818",
|
||||
"packages": [
|
||||
{
|
||||
"name": "firebase/php-jwt",
|
||||
|
||||
@@ -17,10 +17,10 @@ parameters:
|
||||
# Add one entry per app you build. Never accept a return URL from the
|
||||
# request itself — always resolve through this map.
|
||||
appsmith.apps:
|
||||
app-sandbox:
|
||||
url: '%env(APP_SANDBOX_LOGIN_URL)%'
|
||||
role_prefix: 'app-sandbox-'
|
||||
access_role: 'app-sandbox-access'
|
||||
app-hub:
|
||||
url: '%env(APP_HUB_URL)%'
|
||||
role_prefix: 'app-hub-'
|
||||
access_role: 'app-hub-access'
|
||||
|
||||
# Named backends the proxy can forward to. A request picks one via the
|
||||
# X-Backend header; omitting it uses "default". Add BACKEND_<KEY>_URL to
|
||||
|
||||
Reference in New Issue
Block a user