feat: Support Docker avec configuration des services locaux
This commit is contained in:
parent
ddeda8490f
commit
b9580c0113
@ -10,7 +10,7 @@ import { BackUp } from '~/models/backup.model';
|
|||||||
|
|
||||||
export const U32_MAX = 4294967295;
|
export const U32_MAX = 4294967295;
|
||||||
|
|
||||||
const BASEURL = `http://localhost`;
|
const BASEURL = config.api.baseUrl.replace(/^https?:\/\//, "").replace(/:d+$/, "");
|
||||||
const BOOTSTRAPURL = [`${BASEURL}:8090`];
|
const BOOTSTRAPURL = [`${BASEURL}:8090`];
|
||||||
const STORAGEURL = `${BASEURL}:8081`
|
const STORAGEURL = `${BASEURL}:8081`
|
||||||
const BLINDBITURL = `${BASEURL}:8000`
|
const BLINDBITURL = `${BASEURL}:8000`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user