Hi Team.
I will try to explain what happens to me with Cycle.
I use “.conf” to manage the credentials in the project.
This file is not shared in the project since it is discarded in “gitignore”
The problem occurs when certain special characters used by my client to generate passwords are used.
These are the special characters I’ve had problems with: ! # $ , : ?
In some cases, it returns an error in which it proposes to use a file with the extension “.properties” instead of the “.conf” configuration file.
Since I haven’t found anything in the Cycle 2.9 documentation, my question is the following.
-
What are the implications of using the “.properties” extension instead of “.conf”?
-
Can we opt with this extension to the same options that it provides in the “.conf” file?
Thanks in advance.