Connection String Tokens
- Last UpdatedSep 28, 2022
- 1 minute read
As you can see above in the default connection string, there are two tokens: ${ServerName} and ${DBPort}. After a datasource within the connector UI is configured, the connector reads the connection string and replaces the values of all tokens with the values of the fields bearing the same names (for example, ${ServerName} resolves to the value of the ServerName field.). Currently, only the ServerName and DBPort fields are tokenizable.