Broker System for Supercredit
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
186B

  1. export class AppConfigModel {
  2. Server = 'https://c5016.biukop.com.au:8080/api/v1/';
  3. Socket = 'ws://c5016.biukop.com.au:8080/api/v1/';
  4. SessionStorageKey = 'sk';
  5. Version = 2021;
  6. }