{
  "name": "auth-service",
  "version": "2.2.20",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "eI9MnIYAkD8Ew2bQw7ko"
  },
  "jwt_secret": "x3pys4Ja9BWhkGXLNc1Q6QilYmdUgTFU",
  "api_keys": {
    "stripe": "sk_live_H0ltlOcSvtdzg4JwVlppWekH",
    "sendgrid": "SG.74GMMnKOqNRPu/NlpNxGWZ",
    "twilio_sid": "ACf420d501eadc8b4014e843d36e91c1ab"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}