mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-08 15:21:19 +00:00

Refactor the DOM to allow for "sections". Add our start.sh scripts to /usr/local/bin in the image. Add a config for Vue. Remove globalproperties, as this...sucks.
6 lines
193 B
JavaScript
6 lines
193 B
JavaScript
const config = {
|
|
baseUrl: window.location.protocol + '//' + window.location.hostname + ':8000',
|
|
steamUrl: 'https://steamcommunity.com/sharedfiles/filedetails/?id='
|
|
}
|
|
|
|
export { config }
|