cloud_sdk_config.json 433 B

12345678910111213141516171819
  1. {
  2. "configuration": {
  3. "active_configuration": "default",
  4. "properties": {
  5. "core": {
  6. "account": "user@example.com",
  7. "disable_usage_reporting": "False",
  8. "project": "example-project"
  9. }
  10. }
  11. },
  12. "credential": {
  13. "access_token": "don't use me",
  14. "token_expiry": "2017-03-23T23:09:49Z"
  15. },
  16. "sentinels": {
  17. "config_sentinel": "/Users/example/.config/gcloud/config_sentinel"
  18. }
  19. }