From 16c0564c046574e3f527d667493be85db1c50f6a Mon Sep 17 00:00:00 2001 From: Maxim Lebedev Date: Mon, 16 Jan 2023 15:26:14 +0600 Subject: [PATCH] :fire: Removed config assets --- configs/example.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 configs/example.yml 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