Hi there. I'm using GAE Flex environment and following the example in the 
official site.

In app.yaml there's one configuration


   1. 
   
   # Replace project and instance with the values obtained  when configuring 
your
   # Cloud SQL instance.
   beta_settings:
       cloud_sql_instances: INSTANCE_CONNECTION_NAME
   
   
It simply says that I should insert correct value without further 
explanation.

And in my Django settings file, I also need this instance name for DATABASE 
HOST value. However I don't want to hard code it again somewhere and wonder 
how I can read it from app.yaml

My questions are:

1. Where can I find documentation about it ?

2. How may I reference this value in Python code?

-- 
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/c6d14f02-0441-46b9-bcdc-cc9cf10419a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... Neuron Teckid

Reply via email to