diff options
Diffstat (limited to 'sample-config.yml')
| -rw-r--r-- | sample-config.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sample-config.yml b/sample-config.yml new file mode 100644 index 0000000..dadbc0a --- /dev/null +++ b/sample-config.yml @@ -0,0 +1,17 @@ +--- +RocketChatURL: changeme +DiscordURL: changeme + +DefaultCertPort: '443' +# In Days +CertWindow: 15 +CheckCerts: + 'riedstra.dev': + 'git.riedstra.dev': + 'dispatch.riedstra.dev': + +ExpectedStatusCode: 200 +StatusChecks: + 'https://riedstra.dev': + 'https://git.riedstra.dev': + 'https://dispatch.riedstra.dev': |
