e4c972b803
Change-Id: I8c0ce5550f2287f77fb31c790c3923d3d1b80481
16 lines
583 B
YAML
16 lines
583 B
YAML
# This is an example ~/.boartty.yaml file with only the required
|
|
# settings.
|
|
|
|
# This file does not list all of the available options. For a full
|
|
# list with explanations, see the 'reference-boartty.yaml' file.
|
|
|
|
servers:
|
|
- name: CHANGEME
|
|
url: https://CHANGEME.example.org/
|
|
# Your authentication token for Storyboard. Go to the "Profile"
|
|
# and then "Tokens" (the "key" icon) page in the Storyboard web
|
|
# interface and create a token. Give it a sufficiently long
|
|
# validity period (e.g., one decade), and copy and paste the value
|
|
# here.
|
|
token: CHANGEME
|