Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 262 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 262 Bytes

Example python application

Please set environment variables for MySQL connection.

export MYSQL_USERNAME="username"
export MYSQL_PASSWORD="password"
export MYSQL_INSTANCE_NAME="dbname"
export MYSQL_SERVICE_HOST="host"
export MYSQL_SERVICE_PORT="3306"