Adjust apiUrl
All checks were successful
build-docker-imge / Build the docker container (push) Successful in 27m50s
All checks were successful
build-docker-imge / Build the docker container (push) Successful in 27m50s
This commit is contained in:
parent
e90bf240e8
commit
086db87972
|
@ -109,7 +109,7 @@ ENV NODE_ENV=production
|
||||||
# This is important if you intend to configure GraphQL to use Realtime.
|
# This is important if you intend to configure GraphQL to use Realtime.
|
||||||
#
|
#
|
||||||
# CMD [ "./api/dist/server.js" ]
|
# CMD [ "./api/dist/server.js" ]
|
||||||
CMD [ "node_modules/.bin/rw-server", "api" ]
|
CMD [ "node_modules/.bin/rw-server", "api" ]
|
||||||
|
|
||||||
# web serve
|
# web serve
|
||||||
# ---------
|
# ---------
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
[web]
|
[web]
|
||||||
title = "Redwood App"
|
title = "Redwood App"
|
||||||
port = 8910
|
port = 8910
|
||||||
apiUrl = "/.redwood/functions" # You can customize graphql and dbauth urls individually too: see https://redwoodjs.com/docs/app-configuration-redwood-toml#api-paths
|
apiUrl = "/api" # You can customize graphql and dbauth urls individually too: see https://redwoodjs.com/docs/app-configuration-redwood-toml#api-paths
|
||||||
includeEnvironmentVariables = [
|
includeEnvironmentVariables = [
|
||||||
"MICROSOFT_OAUTH_CLIENT_ID",
|
"MICROSOFT_OAUTH_CLIENT_ID",
|
||||||
"MICROSOFT_OAUTH_SCOPES",
|
"MICROSOFT_OAUTH_SCOPES",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user