fix: default port 3000 not 300

This commit is contained in:
əlemi 2025-01-22 02:07:53 +01:00
parent eba399abe5
commit b67d278bd8
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -35,7 +35,7 @@ pub struct InstanceConfig {
/// description, shown in nodeinfo and instance actor /// description, shown in nodeinfo and instance actor
pub description: String, pub description: String,
#[serde_inline_default("http://127.0.0.1:300".into())] #[serde_inline_default("http://127.0.0.1:3000".into())]
/// domain of current instance, must change this for prod /// domain of current instance, must change this for prod
pub domain: String, pub domain: String,