{
  "name": "user-service",
  "version": "2.1.17",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "9O4uDTxM7xehjpJq9Ix7"
  },
  "jwt_secret": "iYMkODB3xP9JHa56Ve+Lqwns2BKMNc6t",
  "api_keys": {
    "stripe": "sk_live_7c1N8wF4hywC65yBq5Zmb2LK",
    "sendgrid": "SG.CDDzAdYpH45N9a/k/Y3WTl",
    "twilio_sid": "ACf8844e4d5184ea8974e8b8ea373f42c6"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}