Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitri-lerko authored Dec 11, 2020
1 parent c863f62 commit d668c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ When the application exits, as long as it does so with exit code 0, `cloudsql-pr

| Variable | Purpose |
|-----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `CLOUDSQL_PROXY_API` | This is the path to Cloud SQL Proxy port, in the format `http://127.0.0.1:3306`. If provided, `cloudsql-proxy-is-up` will poll this port until it opens. If provided and local (`127.0.0.1` or `localhost`), then Cloud SQL Proxy will be instructed to shut down if the application exits cleanly. |
| `CLOUDSQL_PROXY_API` | This is the path to Cloud SQL Proxy port, in the format `127.0.0.1:3306`. If provided, `cloudsql-proxy-is-up` will poll this port until it opens. If provided and local (`127.0.0.1` or `localhost`), then Cloud SQL Proxy will be instructed to shut down if the application exits cleanly. |
| `START_WITHOUT_CLOUDSQL_PROXY_API` | If provided and set to `true`, `cloudsql-proxy-is-up` will not wait for Cloud SQL Proxy to be LIVE before starting the main application. However, it will still instruct Cloud SQL Proxy to exit. |

0 comments on commit d668c9e

Please sign in to comment.