Adjust apiUrl
All checks were successful
build-docker-imge / Build the docker container (push) Successful in 27m50s

This commit is contained in:
Konstantin Hintermayer 2024-10-06 16:47:47 +02:00
parent e90bf240e8
commit 086db87972
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
[web]
title = "Redwood App"
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 = [
"MICROSOFT_OAUTH_CLIENT_ID",
"MICROSOFT_OAUTH_SCOPES",