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?
Both of them seem to be working but both have different naming standards as per documentation.