Beginner question here: I’m trying to deploy a Laravel application on GAE. As mentioned in the docs, the environment variables are supposed to be added on `app.yaml` file. But as the source code is in github and few people are collaborating on the project, it’s not defintely a good practice to put the database password and other app secrets in the `app.yaml` file. How should I provide those informations to the app as `.env` file isn’t supported. Also, I would use push to deploy feature to deploy the code in GAE from github. So how should I go about this?
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/759302d3-02b9-4b35-9340-c6f17b11a610%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
