Unable create or import var with dots in name.
Example a.b.c=123
I know it’s not possible to add this variable using export. But that kind of var obsoletely usable if you add this.
Command: env “a.b.c=123”| bash.
So question, how I can add this var at qovery console?
From this StackOverflow thread and the Spring Boot official documentation here - it seems it’s possible to replace . with _ with property in upper case.