How to name Environment variable in GCC under configuration/variables?
We’ve noticed that when creating environment variables in GCC or in config.properties files, some variales have “.” for example “apd.service.runtimeApiCacheSize” and some have “_” (underscores) for example “SUITE_BC_PRODUCT_URL”. What’s difference between the two? Which of the two should we use and when?