diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2019-09-02 04:42:52 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-09-02 04:42:52 +0900 |
| commit | 593c2b951738f7bf7df7d8a7b9fb271293eb640e (patch) | |
| tree | 96c752bfed9b7984d6429b0ac58ff837c7027e4d /src/config | |
| parent | Chart resyncing (#5372) (diff) | |
| download | sharkey-593c2b951738f7bf7df7d8a7b9fb271293eb640e.tar.gz sharkey-593c2b951738f7bf7df7d8a7b9fb271293eb640e.tar.bz2 sharkey-593c2b951738f7bf7df7d8a7b9fb271293eb640e.zip | |
Proxy for SMTP (#5371)
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/types.ts b/src/config/types.ts index fbb348fc02..6a3fc3092a 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -34,6 +34,7 @@ export type Source = { autoAdmin?: boolean; proxy?: string; + proxySmtp?: string; accesslog?: string; |