Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <!-- [START config] -->
  2. <appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
  3. <application>xxxxxxxxxxxx</application>
  4. <vm>true</vm>
  5. <threadsafe>true</threadsafe>
  6. <use-google-connector-j>true</use-google-connector-j>
  7. <system-properties>
  8. <property name="ae-cloudsql.cloudsql-database-url" value="jdbc:google:mysql://connectionName:instanceName/DBName?user=USER&password=PASSWORD;" />
  9. </system-properties>
  10. </appengine-web-app>
  11. <!-- [END config] -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement