gancio-upstream/docs/settings.md
lesion f63d32c067 start docs with jekyll
and just the docs
2019-07-12 23:20:55 +02:00

611 B

layout title permalink nav_order
default Settings /settings 3

Settings

{: .no_toc }

  1. TOC {:toc}

Default settings

{
  "title": "Gancio",
  "description": "A shared agenda for local communities",
  "baseurl": "http://localhost:13120",
  "server": {
    "host": "0.0.0.0",
    "port": 13120
  },
  "db": {
    "dialect": "sqlite",
    "storage": "/tmp/db.sqlite"
  },
  "upload_path": "./",
  "smtp": {
    "auth": {
      "user": "",
      "pass": ""
    },
    "secure": true,
    "host": ""
  },
  "admin": {
    "email": "",
    "password": ""
  },
  "secret": "notsosecret"
}