-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[New] Add support for services and fta-fmea app to run at same path
Moreover, it aligns configuration with record-manager-ui/deploy/internal-auth.
- Loading branch information
Showing
6 changed files
with
51 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FTA_FMEA_BASENAME='' | ||
FTA_FMEA_API_URL=http://localhost:1235/fta-fmea/services/fta-fmea-server | ||
FTA_FMEA_API_URL=http://localhost:1235/services/fta-fmea-server | ||
FTA_FMEA_ADMIN_REGISTRATION_ONLY=false | ||
FTA_FMEA_TITLE='Development FTA/FMEA Tool' | ||
FTA_FMEA_TITLE='Development FTA/FMEA Tool' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
# Public origin of URL where FTA/FMEA tool UI will run, e.g. https://kbss.fel.cvut.cz, https://kbss.fel.cvut.cz:8080, http://localhost. ! This option can be used only with running reverse proxy pointing to http://localhost:$INTERNAL_HOST_PORT/fta-fmea ! | ||
# Prefix for name of all docker containers. By default it is set to "ff". | ||
RECORD_SET_NAME=ff-iauth-demo | ||
|
||
# Host machine port that provides main entrypoint for the application. The application will be locally accessible at http://localhost:$INTERNAL_HOST_PORT/$FTA_FMEA_PATH (by default it is set to "1235") | ||
INTERNAL_HOST_PORT=1235 | ||
|
||
# Public origin of URL where FTA/FMEA tool UI will run, e.g. https://kbss.fel.cvut.cz, https://kbss.fel.cvut.cz:8080, http://localhost. ! This option can be used only with running reverse proxy pointing to http://localhost:$INTERNAL_HOST_PORT ! | ||
#PUBLIC_ORIGIN=http://localhost | ||
|
||
# Path to root FTA/FMEA tool application (by default it is set to "/fta-fmea") ! This option can be used only with running reverse proxy pointing to http://localhost:$INTERNAL_HOST_PORT/fta-fmea ! | ||
#FTA_FMEA_ROOT_PATH=/fta-fmea-demo | ||
# Root path for all applications and services, e.g., "" or "/my-company". By default it is set to "". MUST start with slash and MUST NOT end with slash. | ||
#APP_ROOT_PATH=/ff-demo | ||
|
||
# Relative path for root FTA/FMEA tool application starting from APP_ROOT_PATH (by default it is set to "/fta-fmea"). MUST start with slash and MUST NOT end with slash. | ||
#RECORD_MANAGER_PATH=/recordfta-fmea-demo | ||
|
||
# Host machine port that provides main entrypoint for the application. The application will be locally accessible at http://localhost:$INTERNAL_HOST_PORT/$FTA_FMEA_ROOT_PATH (by default it is set to "1235") | ||
INTERNAL_HOST_PORT=1235 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.