Page 1 of 1
File Configs for System Settings
Posted: Wed Oct 01, 2025 9:47 am
by ksafa
Hi All,
Anybody know if things like program URL under system settings, email settings are located in any config files? Trying to see if file can be modified rather than having to go through the GUI?
Thanks
Khaled
Re: File Configs for System Settings
Posted: Wed Oct 01, 2025 10:03 am
by DoubleDoubleA
Hi @ksafa,
The settings you mention we store in the database, and even if they were in .cfg files, XI re-writes those prior to every Core restart, so modifying config files directly doesn't do you any good.
The GUI is, in effect, a database query generator based on page inputs.
The XI REST API exposes a fair number of endpoints where you can make modifications without the GUI, though I don't see the use cases you mention as available endpoints there.
Do you simply, like many, prefer the command line? Or perhaps have another use case driving your question?
Thanks,
Aaron
Re: File Configs for System Settings
Posted: Wed Oct 01, 2025 10:56 am
by ksafa
We are trying to automate restore from one server to another. Only manual task required are these updates so was trying to see if there was an option that could be done via script.
Thanks
Khaled