{
  "name": "user-service",
  "version": "3.1.13",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "vqBUiSTSMA4PFJs3m9kE"
  },
  "jwt_secret": "rRRS80iIqvgDojKZnzVFEqCCPv1eHcN5",
  "api_keys": {
    "stripe": "sk_live_xiT8P6o2LYVx3njlXqGFb3Kj",
    "sendgrid": "SG.7/7GYG46kVxsTO0O6359g1",
    "twilio_sid": "ACecf0904efc7808488eeabd27a6c0e2f2"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}