secretshop/config.yaml.sample

24 lines
541 B
Plaintext
Raw Normal View History

2020-02-12 20:34:52 -05:00
---
2020-02-22 16:17:38 -05:00
port: 1965
2020-02-12 20:34:52 -05:00
active_capsules:
- localhost
- localhost2
2020-02-20 17:03:34 -05:00
active_holes:
- localhost3
2020-02-12 20:34:52 -05:00
localhost:
Hostname: "localhost"
RootDir: "/var/gemini"
CGIDir: "/var/gemini/cgi"
KeyFile: "localhost.key"
CertFile: "localhost.crt"
localhost2:
2020-02-20 17:03:34 -05:00
Hostname: "gemini.foo.bar"
2020-02-12 20:34:52 -05:00
RootDir: "/var/gemini2"
CGIDir: "/var/gemini2/cgi"
KeyFile: "localhost2.key"
CertFile: "localhost2.crt"
2020-02-20 17:03:34 -05:00
localhost3:
Hostname: "gopher.foo.bar"
Port: "70"
RootDir: "/var/gopher/"