Add storageUrl
This commit is contained in:
parent
057b52f540
commit
5b153edab8
@ -9,8 +9,8 @@ import Database from './database.service';
|
|||||||
import { storeData, retrieveData } from './storage.service';
|
import { storeData, retrieveData } from './storage.service';
|
||||||
|
|
||||||
export const U32_MAX = 4294967295;
|
export const U32_MAX = 4294967295;
|
||||||
const RELAY_ADDRESS = "sprt1qqdg4x69xdyhxpz4weuel0985qyswa0x9ycl4q6xc0fngf78jtj27gqj5vff4fvlt3fydx4g7vv0mh7vqv8jncgusp6n2zv860nufdzkyy59pqrdr";
|
|
||||||
const wsurl = `https://demo.4nkweb.com/ws/`;
|
const storageUrl = `http://localhost:8080`;
|
||||||
|
|
||||||
export default class Services {
|
export default class Services {
|
||||||
private static initializing: Promise<Services> | null = null;
|
private static initializing: Promise<Services> | null = null;
|
||||||
@ -151,7 +151,7 @@ export default class Services {
|
|||||||
min_sig_member: 1.0,
|
min_sig_member: 1.0,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
storages: []
|
storages: [storageUrl]
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
session_privkey: newKey['private_key'],
|
session_privkey: newKey['private_key'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user