10 lines
211 B
YAML
10 lines
211 B
YAML
# This is an example ~/.gertty.yaml file with only the required
|
|
# settings.
|
|
|
|
servers:
|
|
- name: CHANGEME
|
|
url: https://CHANGEME.example.org/
|
|
username: CHANGEME
|
|
password: CHANGEME
|
|
git-root: ~/git/
|