diff options
Diffstat (limited to 'config.text')
| -rw-r--r-- | config.text | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/config.text b/config.text new file mode 100644 index 0000000..dfbf1a9 --- /dev/null +++ b/config.text @@ -0,0 +1,25 @@ +# +# This is our WIT mirrors config file +# ~/.config/mirrors/config.text +# +uuid: "3135d0f9-82a9-40b6-8aa1-b683ebe7bedd" +version: "v0.0.2 go.wit.com/lib/config" +configs: { + key: "example config var" + value: "protobufs are neat" +} +configs: { + key: "mirrors.pb" + value: "/home/mirrors/wit/mirrors.wit.com.pb" +} +configs: { + key: "distPath" + value: "/home/mirrors/wit/dists/sid" +} +# YOUR GPG KEY +# Find it with: gpg --list-secret-keys --keyid-format=long +configs: { + key: "gpgKeyID" + value: "5D7C9BE47836D2FA48F83C2B4A854AEAF7E0E16D" +} +filename: "/root/.config/mirrors/config.text" |
