1
0
Fork 0
mirror of https://github.com/imjasonh/heroku-googlecloudsql synced 2026-07-06 22:42:20 +00:00

Generate manifest using kensa

This commit is contained in:
Jason Hall 2014-01-01 21:31:47 -05:00
parent a758cd7d58
commit b6404637d2
3 changed files with 18 additions and 17 deletions

17
addon-manifest.json Normal file
View file

@ -0,0 +1,17 @@
{
"id": "googlecloudsql",
"api": {
"config_vars": [ "MYSQL_URL" ],
"regions": [ "us" ],
"password": "f1937226ef79503baddc427190207e5d",
"sso_salt": "4f8954d728b09b5d9e7f5ec327c539ed",
"production": {
"base_url": "https://herokusql.appspot.com/heroku/resources",
"sso_url": "https://herokusql.appspot.com/sso/login"
},
"test": {
"base_url": "http://localhost:8080/heroku/resources",
"sso_url": "http://localhost:8080/sso/login"
}
}
}

View file

@ -16,7 +16,7 @@ import (
)
const (
password = "ka5E2i5W50WgYzg9yfc7"
password = "f1937226ef79503baddc427190207e5d"
projectName = "herokusql"
authScope = "https://www.googleapis.com/auth/sqlservice.admin"
insertURL = "https://www.googleapis.com/sql/v1beta3/projects/" + projectName + "/instances"

View file

@ -1,16 +0,0 @@
{
"id": "googlecloudsql",
"api": {
"config_vars": [
"INSTANCE_IP"
],
"password": "ka5E2i5W50WgYzg9yfc7",
"regions": ["us"],
"production": {
"base_url": "https://herokusql.appspot.com/heroku/resource"
},
"test": {
"base_url": "https://test.herokusql.appspot.com/heroku/resource"
}
}
}