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:
parent
a758cd7d58
commit
b6404637d2
3 changed files with 18 additions and 17 deletions
17
addon-manifest.json
Normal file
17
addon-manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue