diff --git a/configs/example.yml b/configs/example.yml deleted file mode 100644 index b5a870d..0000000 --- a/configs/example.yml +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: "IndieAuth" -runMode: "dev" -server: - certFile: "https/cert.pem" - domain: "localhost" - enablePprof: false - host: "0.0.0.0" - keyFile: "https/key.pem" - port: 3000 - protocol: "http" - rootUrl: "{{protocol}}://{{domain}}:{{port}}/" - staticRootPath: "assets/" - staticUrlPrefix: "/static" -database: - type: "memory" - # path: "data/development.db" -code: - expiry: "10m" - length: 32 -jwt: - algorithm: "RS256" - expiry: "1h" - nonceLength: 24 - secret: "hackme" -indieAuth: - enabled: true - username: user - password: hackme -ticketAuth: - expiry: "1m" - length: 24