Fix Galerie
This commit is contained in:
@@ -11,8 +11,10 @@ export default defineNuxtConfig({
|
||||
},
|
||||
runtimeConfig: {
|
||||
graphqlEndpoint: process.env.GRAPHQL_ENDPOINT_INTERNAL || "http://localhost:3000/graphql",
|
||||
apiBase: process.env.API_BASE_INTERNAL || "http://localhost:3000/api",
|
||||
public: {
|
||||
graphqlEndpoint: process.env.GRAPHQL_ENDPOINT_PUBLIC || "http://backend:3000/graphql"
|
||||
graphqlEndpoint: process.env.GRAPHQL_ENDPOINT_PUBLIC || "http://backend:3000/graphql",
|
||||
apiBase: process.env.API_BASE_PUBLIC || "http://backend:3000/api"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user