New Project

This commit is contained in:
Matthew Aaron Raymer
2023-01-04 17:05:08 +08:00
parent 6325bcbe35
commit f021fcdb1c
3 changed files with 32 additions and 9 deletions

View File

@@ -4,6 +4,6 @@
export enum AppString {
APP_NAME = "Kickstart for time",
VERSION = "0.1",
DEFAULT_ENDORSER_API_SERVER = 'https://endorser.ch:3000',
DEFAULT_ENDORSER_VIEW_SERVER = 'https://endorser.ch'
DEFAULT_ENDORSER_API_SERVER = 'https://test.endorser.ch:8000',
DEFAULT_ENDORSER_VIEW_SERVER = 'https://test.endorser.ch'
}