Installation and Setup Guide for Vodlix
export default {
title: "Vodlix",
axios: {
baseURL: "https://www.domain.com/api"
},
env: {
apiUrl: "https://www.domain.com/api"
},
server: {
port: 3000,
host: "127.0.0.1"
}
}Last updated