Files
cadhub/redwood.toml
Kurt Hutten 04820ebd2d Revert "issue-129 Add custom auth ui/ux"
This reverts commit fc4906757a.
2020-12-05 18:06:07 +11:00

16 lines
504 B
TOML

# This file contains the configuration settings for your Redwood app.
# This file is also what makes your Redwood app a Redwood app.
# If you remove it and try to run `yarn rw dev`, you'll get an error.
#
# For the full list of options, see the "App Configuration: redwood.toml" doc:
# https://redwoodjs.com/docs/app-configuration-redwood-toml
[web]
port = 8910
apiProxyPath = "/.netlify/functions"
includeEnvironmentVariables = ['GOOGLE_ANALYTICS_ID']
[api]
port = 8911
[browser]
open = true