mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 16:25:03 -05:00
Removed hard coded ip address.
This commit is contained in:
parent
b788273e4c
commit
8fb4d8f347
@ -10,7 +10,7 @@ import vueI18n from '@intlify/vite-plugin-vue-i18n'
|
|||||||
// VITE_OWNTONE_URL=https://owntone.local:3689; npm run serve
|
// VITE_OWNTONE_URL=https://owntone.local:3689; npm run serve
|
||||||
//
|
//
|
||||||
// will connect the web interface with a remote OwnTone server.
|
// will connect the web interface with a remote OwnTone server.
|
||||||
const owntoneUrl = process.env.VITE_OWNTONE_URL ?? 'http://192.168.0.9:3689'
|
const owntoneUrl = process.env.VITE_OWNTONE_URL ?? 'http://localhost:3689'
|
||||||
|
|
||||||
// https://vitejs.dev/config/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
Loading…
Reference in New Issue
Block a user