File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ const store = {
66 config : {
77 servers : {
88 uinf : {
9- // protocol: process.env.VUE_APP_PROTOCOL ? process.env.VUE_APP_PROTOCOL : 'https',
10- // address: process.env.VUE_APP_ADDRESS ? process.env.VUE_APP_ADDRESS : 'overmindserver.unterrainer.info',
11- // port: process.env.VUE_APP_PORT ? process.env.VUE_APP_PORT : '443'
12- protocol : process . env . VUE_APP_PROTOCOL ? process . env . VUE_APP_PROTOCOL : 'http' , // DEV
13- address : process . env . VUE_APP_ADDRESS ? process . env . VUE_APP_ADDRESS : 'localhost' , // DEV
14- port : process . env . VUE_APP_PORT ? process . env . VUE_APP_PORT : '8080' // DEV
9+ protocol : process . env . VUE_APP_PROTOCOL ? process . env . VUE_APP_PROTOCOL : 'https' ,
10+ address : process . env . VUE_APP_ADDRESS ? process . env . VUE_APP_ADDRESS : 'overmindserver.unterrainer.info' ,
11+ port : process . env . VUE_APP_PORT ? process . env . VUE_APP_PORT : '443'
12+ // protocol: process.env.VUE_APP_PROTOCOL ? process.env.VUE_APP_PROTOCOL : 'http', // DEV
13+ // address: process.env.VUE_APP_ADDRESS ? process.env.VUE_APP_ADDRESS : 'localhost', // DEV
14+ // port: process.env.VUE_APP_PORT ? process.env.VUE_APP_PORT : '8080' // DEV
1515 }
1616 } ,
1717 endpoint : {
You can’t perform that action at this time.
0 commit comments