set default relay and storage url to demo server
This commit is contained in:
parent
0d71d9aa8b
commit
102a36659c
@ -10,8 +10,8 @@ import { storeData, retrieveData } from './storage.service';
|
||||
|
||||
export const U32_MAX = 4294967295;
|
||||
|
||||
const storageUrl = `http://localhost:8080`;
|
||||
const BOOTSTRAPURL = [`http://localhost:8090`];
|
||||
const storageUrl = `https://demo.4nkweb.com/storage`;
|
||||
const BOOTSTRAPURL = [`https://demo.4nkweb.com/ws/`];
|
||||
|
||||
export default class Services {
|
||||
private static initializing: Promise<Services> | null = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user