Move link-building to the server...
All checks were successful
build-docker-imge / Build the docker container (push) Successful in 28m38s

This commit is contained in:
2024-10-06 17:55:27 +02:00
parent 086db87972
commit d514029e5a
5 changed files with 79 additions and 8 deletions

View File

@ -10,9 +10,6 @@
port = 8910
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",
"MICROSOFT_OAUTH_REDIRECT_URI",
# Add any ENV vars that should be available to the web side to this array
# See https://redwoodjs.com/docs/environment-variables#web
]