I installed Wordpress in App Engine Standard following Community tutorial from Google Cloud website.
I noticed that this configuration uses the external IP address to connect to from App Engine to the database in Cloud SQL.
Is it possible to get both communicated by its internal addresses?
Both App Engine and Cloud SQL are in the same project and in the same region.