Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 33e07c5

Browse files
author
bitfl0wer
committed
feat: add server_domain
1 parent 04a395f commit 33e07c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ impl Deref for GatewayConfig {
7474
pub struct GeneralConfig {
7575
/// Database configuration, including host, port, password, etc.
7676
pub database: DatabaseConfig,
77+
/// The domain of this Sonata server instance.
78+
pub server_domain: String,
7779
}
7880

7981
#[serde_as]

0 commit comments

Comments
 (0)