🔧 Updated example config contents

This commit is contained in:
Maxim Lebedev 2021-10-18 04:31:38 +05:00
parent 0332933837
commit aad1874d19
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 20 additions and 6 deletions

View File

@ -1,9 +1,23 @@
---
url: https://example.org/
database:
client: bolt
connection:
filename: ./development.db
name: IndieAuth
runMode: "dev"
server:
host: "127.0.0.1"
protocol: http
domain: localhost
rootUrl: "{{protocol}}://{{domain}}:{{port}}/"
staticUrlPrefix: "/static"
host: "0.0.0.0"
port: 3000
certFile: "https/cert.pem"
keyFile: "https/key.pem"
staticRootPath: "/"
enablePprof: false
database:
type: bolt
path: data/indieauth.db
indieauth:
enabled: true
accessTokenExpirationTime: 3600
jwtSigningAlgorithm: "RS256"
jwtSecret: ""
jwtSigningPrivateKeyFile: "jwt/private.pem"