File tree Expand file tree Collapse file tree
apps/modeling-commons-frontend Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 HELIO_HEADLESS : 1
5858 NUXT_TELEMETRY_DISABLED : 1
5959 NODE_OPTIONS : --max-old-space-size=4096
60+ NUXT_PUBLIC_AUTH_BASE : ' https://beta.modelingcommons.org/api/auth'
61+ NUXT_PUBLIC_API_BASE : ' https://beta.modelingcommons.org'
62+ NUXT_PUBLIC_APP_URL : ' https://beta.modelingcommons.org'
63+ NUXT_STORAGE_BASE_URL : ' https://cdn.modelingcommons.org'
64+ NUXT_PUBLIC_CDN_URL : ' https://cdn.modelingcommons.org'
65+ NUXT_PUBLIC_NETLOGO_WEB_URL : ' https://www.netlogoweb.org'
66+ NUXT_PUBLIC_GA_TRACKING_ID : ' G-VJ4WPV2Q5B'
6067
6168 - uses : docker/setup-buildx-action@v3
6269
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ RUN apk add --no-cache dumb-init
55ENV NODE_ENV=production HOST=0.0.0.0 NITRO_PORT=3005
66ENV NUXT_PUBLIC_API_BASE="https://beta.modelingcommons.org"
77ENV NUXT_PUBLIC_AUTH_BASE="https://beta.modelingcommons.org/api/auth"
8- ENV NUXT_PUBLIC_AUTH_API_BASE="https://beta.modelingcommons.org/api/auth"
98ENV NUXT_PUBLIC_APP_URL="https://beta.modelingcommons.org"
109ENV NUXT_STORAGE_BASE_URL="https://cdn.modelingcommons.org"
1110ENV NUXT_PUBLIC_CDN_URL="https://cdn.modelingcommons.org"
Original file line number Diff line number Diff line change @@ -179,10 +179,6 @@ export default defineNuxtConfig({
179179 } ,
180180 } ,
181181
182- csurf : {
183- https : process . env . NODE_ENV === "production" ,
184- } ,
185-
186182 linkChecker : { enabled : false } ,
187183
188184 nitro : {
You can’t perform that action at this time.
0 commit comments