Files
poseidon/.gitignore
Felix Auringer c497e2f19c Improve configuration with config file
This adds explanations to the example config file, renames the file
in order to enable yaml syntax highlighting and fixes the parsing of
the flag specifying where to find the configuration file.
2021-05-05 10:39:36 +00:00

10 lines
102 B
Plaintext

# Project binary
poseidon
# Configuration file
configuration.yaml
# TLS certificate/key
*.crt
*.key