so basically (I know python) can I have some gener...
# general
b
so basically (I know python) can I have some generic Python code and then add some cloud specific functions and call them ? Is that what you mean ?
i
in application.yml, why is this not working in my custom environment but work if it's out of it environments: test: spring: session: store-type: redis redis: host: localhost password: "toto" port: 6379