このコミットが含まれているのは:
AJ ONeal 2017-11-28 21:25:52 +00:00
コミット 1eb98edd2b
2個のファイルの変更13行の追加1行の削除

ファイルの表示

@ -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 ノーマルファイル
ファイルの表示

@ -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"
}
}
}