more docs

This commit is contained in:
AJ ONeal 2017-11-28 21:25:52 +00:00
parent 567c1cf39f
commit 1eb98edd2b
2 changed files with 13 additions and 1 deletions

View File

@ -104,6 +104,7 @@ Understanding Walnut
│ ├── rest
│ └── services
└── var
├── <<pkgname>>/config.json
└── sites
```
@ -279,7 +280,7 @@ The packages:
The permissions:
```
/srv/walnut/packages/
/srv/walnut/etc/
└── client-api-grants
└── cloud.foobar.me
'''

11
dist/var/example.com/config.json vendored Normal file
View File

@ -0,0 +1,11 @@
{ "mailgun.org": {
"apiKey": "key-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
, "apiPublicKey": "pubkey-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
, "auth": {
"user": "mailer@example.com"
, "pass": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
, "api_key": "key-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
, "domain": "example.com"
}
}
}