Go to file
2022-07-20 01:43:11 +03:00
.github OPS-134: New repairing (#108) 2022-07-18 14:48:13 +03:00
.idea IMP-28: Add new claim managment details (#80) 2022-04-25 11:20:58 +03:00
src refactor connectOptions 2022-07-20 01:43:11 +03:00
tools TD-237: New magista, fistful, file-storage, damsel Thrift API (#69) 2022-03-28 14:48:45 +03:00
.browserslistrc angular 10 (#170) 2020-08-21 15:15:41 +03:00
.eslintrc.js Fix new claim modification form (#88) 2022-05-24 15:01:51 +03:00
.gitignore IMP-28: Add new claim managment details (#80) 2022-04-25 11:20:58 +03:00
.npmrc Fix new claim modification form (#88) 2022-05-24 15:01:51 +03:00
.prettierignore TD-237: New magista, fistful, file-storage, damsel Thrift API (#69) 2022-03-28 14:48:45 +03:00
.prettierrc FE-1038: Update Angular@9 (#131) 2020-04-09 12:53:00 +03:00
angular.json TD-319: Angular update to 14 (#102) 2022-07-07 12:02:53 +03:00
Dockerfile TECHDEBT-28: Add deploy (#6) 2022-01-12 15:49:47 +03:00
karma-ci.conf.js FE-629: New Angular 12 (#279) 2021-08-05 18:26:06 +03:00
karma.conf.js FE-629: New Angular 12 (#279) 2021-08-05 18:26:06 +03:00
LICENSE Let's make it opensource (#84) 2019-09-19 23:49:53 +03:00
nginx.conf FE-637: Added angular cli project structure and CI configs. 2018-08-02 16:41:30 +03:00
package-lock.json add bearer token 2022-07-19 23:33:12 +03:00
package.json add bearer token 2022-07-19 23:33:12 +03:00
proxy.conf.js add bearer token 2022-07-19 23:33:12 +03:00
README.md IMP-28: Add new claim managment details (#80) 2022-04-25 11:20:58 +03:00
renovate.json IMP-23: New RxJS@7 (#39) 2022-03-04 18:41:08 +03:00
tsconfig.app.json Added paths to config. Refactored some components. (#189) 2020-10-07 15:29:59 +03:00
tsconfig.json TD-319: Angular update to 14 (#102) 2022-07-07 12:02:53 +03:00
tsconfig.spec.json Added paths to config. Refactored some components. (#189) 2020-10-07 15:29:59 +03:00
webpack.extra.js BACKLOG-28: To GitHub Actions (#1) 2022-01-11 20:07:27 +03:00

Control Center

Installation

  1. Add environment and configurations:

    • .env
      PROXY_TARGET="https://<URL>"
      
    • src/assets/appConfig.json:
      {
          "fileStorageEndpoint": "https://<URL>",
          "constants": {
              "currencies": [{ "source": "<ID>", "currency": "USD" }]
          }
      }
      
    • src/assets/authConfig.json:
      {
          "realm": "internal",
          "auth-server-url": "https://<URL>",
          "ssl-required": "external",
          "resource": "control-center",
          "public-client": true
      }
      
  2. Install packages

    npm ci
    

Usage

  1. Start
    npm start
    
  2. Open localhost:4200