{
  "name": "user-service",
  "version": "1.1.20",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ILwpi8efW4StHsFQiK2g"
  },
  "jwt_secret": "O6wd/3+eKXYP7MT26uJYLv1odVmdWDtf",
  "api_keys": {
    "stripe": "sk_live_fh6OM0BKX5AkLErTnghwNDBL",
    "sendgrid": "SG.hKGrLtFZRkqYSrL8P1FXrY",
    "twilio_sid": "ACec73139204a6253ca0d1811aa6028249"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}