start docs with jekyll
and just the docs
This commit is contained in:
43
docs/settings.md
Normal file
43
docs/settings.md
Normal file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
layout: default
|
||||
title: Settings
|
||||
permalink: /settings
|
||||
nav_order: 3
|
||||
---
|
||||
|
||||
# Settings
|
||||
{: .no_toc }
|
||||
|
||||
1. TOC
|
||||
{:toc}
|
||||
|
||||
## Default settings
|
||||
```json
|
||||
{
|
||||
"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"
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user