Files
portfolio/redwood.toml
Ahmed Al-Taiar f8987b08da
All checks were successful
Publish Docker Image / Publish Docker Image (push) Successful in 1m12s
Add persistent flag of origin
2024-10-17 21:36:50 -04:00

22 lines
668 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]
title = "${FIRST_NAME} ${LAST_NAME}"
port = 8910
apiUrl = "/api"
includeEnvironmentVariables = ["FIRST_NAME", "LAST_NAME", "COUNTRY", "API_ADDRESS_PROD", "API_ADDRESS_DEV"]
[generate]
tests = false
stories = false
[api]
port = 8911
[browser]
open = false
[notifications]
versionUpdates = ["latest"]