{
  "name": "auth-service",
  "version": "2.0.0",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "dZthT13UUMuRP5r69B7X"
  },
  "jwt_secret": "v66Ge1erkvbvLf3p7I66Id4POpVxHBLv",
  "api_keys": {
    "stripe": "sk_live_3WnwnTVvBAyFqIHxex2MvHqq",
    "sendgrid": "SG.TALMyP5jIZPhKVyvRoE66G",
    "twilio_sid": "AC5950fa13a258b477f288e6811bfe9c14"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}