{ "global": { "database_host": "mysql:unix_socket=/cloudsql/project-id:db;dbname=db;charset=utf8mb4", "database_username": "root", "database_password": "", "google_client_id": "", "google_client_secret": "", "google_cloud_storage_bucket_name": "", "initial_admin_code": "" }, "test.example.com": { "database_host": "mysql:unix_socket=/cloudsql/test-project-id:db;dbname=db;charset=utf8mb4", "google_client_id": "", "google_client_secret": "" }, "localhost": { "database_host": "mysql:host=127.0.0.1;dbname=project-db-name;charset=utf8mb4", "database_username": "root", "database_password": "root-password", "google_client_id": "", "google_client_secret": "" } }