more docs
This commit is contained in:
parent
567c1cf39f
commit
1eb98edd2b
|
@ -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
|
||||
'''
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue