🎨 Use backend api url from env
This commit is contained in:
parent
51d0c294a9
commit
551d6b6faa
@ -10,7 +10,7 @@ export default defineNuxtConfig({
|
||||
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
apiBase: 'http://localhost:9090'
|
||||
apiBase: process.env.NUXT_PUBLIC_API_BASE
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user