feat: include hostname while sending config event
hostname is autogenerated by librepages, config files, location in file system, etc. are identified by hostname. So it makes sense to send hostname, along with the custom domain names that the customer provides
This commit is contained in:
parent
efdff0bc26
commit
e9237d3586
1 changed files with 1 additions and 0 deletions
1
env/libconductor/src/event_types.rs
vendored
1
env/libconductor/src/event_types.rs
vendored
|
@ -30,6 +30,7 @@ pub enum EventType {
|
|||
},
|
||||
|
||||
Config {
|
||||
hostname: String,
|
||||
data: LibConfig,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue