I found another documentation that states that on envs managed via Cloud Manager a special env-related variables can be used for secrets and regular configurations like. {
"connection.timeout": 1000,
"api-key": "$[secret:server-api-key]",
"url": "$[env:server-url]"
} So I far as I understand this is...