From 4a2211fb3e96255124c6cb4f7e1d29b00132ce1a Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Sat, 9 Aug 2025 18:45:05 +0100 Subject: Initial commit --- config.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 config.yaml (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..138a535 --- /dev/null +++ b/config.yaml @@ -0,0 +1,28 @@ +server: + host: 127.0.0.1 + port: 8080 + # externalURL is the URL that your instance of Walrss is accessible at + # This is a required field + externalURL: "http://127.0.0.1:8080" +email: + # These are required fields + host: "smtp.sendgrid.net" + port: 587 + from: "Walrss " + # These fields are not required + tls: "" # valid values are: starttls, tls, no - default: starttls + password: "yourapikey" + username: "apikey" +platform: + disableRegistration: false + disableSecureCookies: false + disableBasicAuth: false + contactInformation: "https://example.com" # optional. will be included in the user agent if set. +oidc: + enable: false + clientID: "yourclientid" + clientSecret: "yourclientsecret" + issuer: "https://sso.example.com/" + loginFilter: "" + loginFilterAllowedValues: [] + -- cgit v1.2.3-70-g09d2