2 Commits
Author SHA1 Message Date
Björn Fromme 5a6e751673 chore(release): 0.3.1 2026-08-19 08:30:05 +02:00
Björn Fromme 0335f48c48 feat: adjust config to prod environment 2026-08-19 08:28:18 +02:00
5 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -26,5 +26,5 @@ BACKEND_BASE_URL=https://backend.corp.internal/api
###> appsmith apps ### ###> appsmith apps ###
# One line per Appsmith app you register — add more as you build more 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. # 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 ### ###< appsmith apps ###
+9
View File
@@ -4,6 +4,15 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
<!--- END HEADER --> <!--- 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) ## [0.3.0](https://git.fromme.dev/ep/appsmith-bff/compare/v0.2.0...v0.3.0) (2026-08-14)
### Features ### Features
+1 -1
View File
@@ -66,5 +66,5 @@
"require": "7.*" "require": "7.*"
} }
}, },
"version": "0.3.0" "version": "0.3.1"
} }
Generated
+1 -1
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "0890c5626a188b13a42af972c3d45cfd", "content-hash": "8f9bd431bb2f21dfa749f7b5f375b818",
"packages": [ "packages": [
{ {
"name": "firebase/php-jwt", "name": "firebase/php-jwt",
+4 -4
View File
@@ -17,10 +17,10 @@ parameters:
# Add one entry per app you build. Never accept a return URL from the # Add one entry per app you build. Never accept a return URL from the
# request itself — always resolve through this map. # request itself — always resolve through this map.
appsmith.apps: appsmith.apps:
app-sandbox: app-hub:
url: '%env(APP_SANDBOX_LOGIN_URL)%' url: '%env(APP_HUB_URL)%'
role_prefix: 'app-sandbox-' role_prefix: 'app-hub-'
access_role: 'app-sandbox-access' access_role: 'app-hub-access'
# Named backends the proxy can forward to. A request picks one via the # 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 # X-Backend header; omitting it uses "default". Add BACKEND_<KEY>_URL to