I am trying out flexible environment in Google App Engine using python 3. However, I am figuring out what you can specify in Handlers.script section.
According to this sample code, looks like you allowed to specify other than auto which was only setting you allowed to set in standard environment.
So my question is in flexible environment, what are the syntax you are allowed to set?
I appreciate if I could get some clarification with my question.