Singular (admin) account system
This commit is contained in:
10
redwood.toml
10
redwood.toml
@@ -6,13 +6,13 @@
|
||||
# https://redwoodjs.com/docs/app-configuration-redwood-toml
|
||||
|
||||
[web]
|
||||
title = "Ahmed Al-Taiar"
|
||||
title = "${NAME}"
|
||||
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
|
||||
includeEnvironmentVariables = [
|
||||
# Add any ENV vars that should be available to the web side to this array
|
||||
# See https://redwoodjs.com/docs/environment-variables#web
|
||||
]
|
||||
includeEnvironmentVariables = ["NAME"]
|
||||
[generate]
|
||||
tests = false
|
||||
stories = false
|
||||
[api]
|
||||
port = 8911
|
||||
[browser]
|
||||
|
||||
Reference in New Issue
Block a user