🔥 Removed config assets

This commit is contained in:
Maxim Lebedev 2023-01-16 15:26:14 +06:00
parent 46d8ae80cd
commit 16c0564c04
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 0 additions and 32 deletions

View File

@ -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