Oups dernier fix
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
dde816f6da
commit
b4184eb221
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,11 +1,15 @@
|
|||||||
const ADRESSE_WEBSERVER = "http://localhost:3002"
|
const ADRESSE_WEBSERVER = "http://172.20.10.4:3002"
|
||||||
|
|
||||||
const ADRESSE_DBSERVER = "http://localhost:3003"
|
const ADRESSE_DBSERVER = "http://172.20.10.4:3003"
|
||||||
|
|
||||||
const tmp = ADRESSE_DBSERVER
|
const tmp = ADRESSE_DBSERVER
|
||||||
const tmp2 = ADRESSE_WEBSERVER
|
const tmp2 = ADRESSE_WEBSERVER
|
||||||
|
|
||||||
const ADRESSE_WEBSITE = ""
|
const ADRESSE_WEBSITE = ""
|
||||||
|
|
||||||
|
const basePath = process.env.REACT_APP_BASE_PATH || '/containers/Crypteam-website';
|
||||||
|
|
||||||
export {ADRESSE_DBSERVER, ADRESSE_WEBSERVER, ADRESSE_WEBSITE}
|
const tmp3 = basePath
|
||||||
|
|
||||||
|
|
||||||
|
export {ADRESSE_DBSERVER, ADRESSE_WEBSERVER, ADRESSE_WEBSITE, basePath}
|
Loading…
Reference in new issue