diff options
author | Raphael <mail@raphaelkabo.com> | 2025-04-23 10:45:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-23 10:45:02 +0100 |
commit | 8553c6a78ab81fec8972bf49ae06533f437373cd (patch) | |
tree | 0dc1454d6a1e9733d48a3fedc0636b789e9b0ae9 /src/lib/config.ts | |
parent | 96a65ab5f9c7d6e6e4c54d00f9f8200c9ff378a3 (diff) | |
parent | ebe7a6182fe84ac0ed49b75e40e60b54d414fe36 (diff) |
Merge branch 'main' into fix-issue-197
Diffstat (limited to 'src/lib/config.ts')
-rw-r--r-- | src/lib/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/config.ts b/src/lib/config.ts index e8b774a..003a714 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -28,6 +28,7 @@ export interface GathioConfig { mongodb_url: string; }; nodemailer?: { + smtp_url?: string; smtp_server: string; smtp_port: string; smtp_username: string; |