blob: 34a9340bd7259352aeda1cae0a838f10234f5cd7 [file] [log] [blame]
Paul Jakma08815d52017-03-04 14:30:44 +00001# -*- python -*-
2# ex: set syntax=python:
3
4# example pass.cfg
5
6# privileged users for webui and try building
7#users = [
8# ('foo', 'password123'),
9#]
10
11workers_pass = {
12 "fedora-24": "aaaaaaa",
13 "centos-7": "bbbbbbb",
14 "debian-8": "ccccccc",
15 "debian-9": "ddddddd",
16 "freebsd-10": "eeeeeee",
17 "freebsd-11": "fffffff",
18}
19
20#### debug
21#debugPassword = "abcdefghijklmnopqrstuvwxyz"