{
  "name": "auth-service",
  "version": "2.2.11",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8MtfVPPUVl4MGmY5doJj"
  },
  "jwt_secret": "3ASmIgiqYy+TwEsRWhyQOyZVK6wDAxLG",
  "api_keys": {
    "stripe": "sk_live_QwWL4cMqnIzJ8DZm7qSZQK2S",
    "sendgrid": "SG.P452vfQJCre9Gahj403gKc",
    "twilio_sid": "ACbee7c9539dae885882ce4666897124b2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}