5 lines
74 B
JavaScript
5 lines
74 B
JavaScript
const ROOT_FQDN = process.env.VUE_APP_ROOT_FQDN
|
|
|
|
export {
|
|
ROOT_FQDN
|
|
}; |