Advertisement
Guest User

config.json

a guest
Dec 19th, 2021
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.59 KB | None | 0 0
  1. {
  2.   "production": {
  3.     "allowAnonymousEdit": false,
  4.     "email": false,
  5.     "hsts": {
  6.         "enable": true,
  7.         "maxAgeSeconds": 31536000,
  8.         "includeSubdomains": true,
  9.         "preload": true
  10.     },
  11.     "csp": {
  12.         "enable": true,
  13.         "upgradeInsecureRequests": true,
  14.         "addDefaults": true
  15.     },
  16.     "db": {
  17.       "dialect": "sqlite",
  18.       "storage": "./db.hedgedoc.sqlite"
  19.     },
  20.     "domain": "md.jartigag.xyz",
  21.     "github": {
  22.       "clientID": "3747d30eaccXXXXXXXXX",
  23.       "clientSecret": "2a8e682948eee0c580XXXXXXXXXXXXXXXXXXXXXX"
  24.     }
  25.   }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement