Server Module
It contains a component TFDManager which becomes active during the server module creation. This is the correct place to read the global connection string giving access to the shared database server and assign it to a read-only property.
Example server module initializes FireDAC manager and sets the connection string (currently hard-coded in this example).

Limitations of this code:
The connection string is hard-coded and it should come from some external source (like an INI or XML file).
In addition to file system security or any other access control over the external source, no critical information should be in the open. Use encryption for stronger protection.