Skip to content

Instantly share code, notes, and snippets.

@jceloria
Created July 2, 2020 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jceloria/62434a4949a528ff15c4bcc8de777bf2 to your computer and use it in GitHub Desktop.
Save jceloria/62434a4949a528ff15c4bcc8de777bf2 to your computer and use it in GitHub Desktop.
The Things Stack deployment configuration
# Identity Server configuration
is:
# Email configuration
email:
sender-name: 'The Things Stack'
sender-address: 'noreply@lora.<redacted>'
network:
name: 'The Things Stack'
console-url: 'https://lora.<redacted>/console'
identity-server-url: 'https://lora.<redacted>/oauth'
provider: sendgrid
sendgrid:
api-key: '<redacted>'
# Web UI configuration:
oauth:
ui:
canonical-url: 'https://lora.<redacted>/oauth'
is:
base-url: 'https://lora.<redacted>/api/v3'
# HTTP server configuration
http:
cookie:
block-key: '<redacted>'
hash-key: '<redacted>'
metrics:
password: '<redacted>'
pprof:
password: '<redacted>'
# Certificates (configured using environment variables)
#tls:
# source: 'file'
# root-ca: /run/secrets/ca.pem
# certificate: /run/secrets/cert.pem
# key: /run/secrets/key.pem
# Gateway Server
gs:
mqtt:
public-address: 'lora.<redacted>:1882'
public-tls-address: 'lora.<redacted>:8882'
mqtt-v2:
public-address: 'lora.<redacted>:1881'
public-tls-address: 'lora.<redacted>:8881'
# Gateway Configuration Server
gcs:
basic-station:
default:
lns-uri: 'wss://lora.<redacted>:8887'
the-things-gateway:
default:
mqtt-server: 'mqtts://lora.<redacted>:8881'
# Web UI configuration
console:
ui:
canonical-url: 'https://lora.<redacted>/console'
is:
base-url: 'https://lora.<redacted>/api/v3'
gs:
base-url: 'https://lora.<redacted>/api/v3'
ns:
base-url: 'https://lora.<redacted>/api/v3'
as:
base-url: 'https://lora.<redacted>/api/v3'
js:
base-url: 'https://lora.<redacted>/api/v3'
qrg:
base-url: 'https://lora.<redacted>/api/v3'
edtc:
base-url: 'https://lora.<redacted>/api/v3'
oauth:
authorize-url: 'https://lora.<redacted>/oauth/authorize'
token-url: 'https://lora.<redacted>/oauth/token'
client-id: 'console'
client-secret: '<redacted>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment