{
  "name": "auth-service",
  "version": "2.1.9",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "eEawvur3smTCKA1v2p3w"
  },
  "jwt_secret": "amBuvAtHKMqP1TqQmAP5Vkwokr9JP24/",
  "api_keys": {
    "stripe": "sk_live_jf4sTavo77FUizOsoI4WghWR",
    "sendgrid": "SG.Ny05Kpk7EN0HBt6dssR3YA",
    "twilio_sid": "ACdb6ee1866a8969342b3d7b69c65970d5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}