more docs
This commit is contained in:
parent
567c1cf39f
commit
1eb98edd2b
@ -104,6 +104,7 @@ Understanding Walnut
|
|||||||
│ ├── rest
|
│ ├── rest
|
||||||
│ └── services
|
│ └── services
|
||||||
└── var
|
└── var
|
||||||
|
├── <<pkgname>>/config.json
|
||||||
└── sites
|
└── sites
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -279,7 +280,7 @@ The packages:
|
|||||||
The permissions:
|
The permissions:
|
||||||
|
|
||||||
```
|
```
|
||||||
/srv/walnut/packages/
|
/srv/walnut/etc/
|
||||||
└── client-api-grants
|
└── client-api-grants
|
||||||
└── cloud.foobar.me
|
└── cloud.foobar.me
|
||||||
'''
|
'''
|
||||||
|
11
dist/var/example.com/config.json
vendored
Normal file
11
dist/var/example.com/config.json
vendored
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user