Configuration
Variable Configuration
device {
status=INACTIVE
}
environment {
shared=false
}
registration {
# ACC Key
# apikey = "ec63f262-d205-4665-b68e-235055d0e8f0"
# PROD KEY
apikey = "aa30871a-5435-4480-a866-7dbec7e14eb8"
}
ssl {
keystore-password = "password"
}
contextConfig {
cors = [
"*://localhost:*",
"*.commfides.com",
"*.t1t.io",
"*.t1t.io:*"
],
# If wildcardsAllowed is set to false, only origin headers matching entries in the cors array exactly will be allowed
wildcardsAllowed = true
}
network {
proxy {
# If using a central proxy/gateway on infrastructure level, you can override the DS URL to use the
# "gateway-or-proxy-url" value instead. The response from that server will still be validated against the
# configured DS public key.
# gateway-or-proxy-url = "https://myproxy.example.com"
# Default "detect" value is false, so you need to override if you want the T1C to detect proxy host and port
# settings. If the values of "host" and "port" are set, these will always be used and no automatic detection will
# occur. If the values "username" "password", "protocol" or "nonProxyHosts" are set they will be used in
# conjunction with the detected or overridden proxy host and port.
# detect = false
# host = "proxy.example.com"
# port = 8080
# username = "myuser"
# password = "password"
# protocol = "http"
# non-proxy-hosts = [ "t1c.t1t.io" ]
}
}Context Config
Network Configuration
Last updated
Was this helpful?

