{
  "name": "user-service",
  "version": "3.5.0",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "yXP2KVjGOFgJG8FoI2lv"
  },
  "jwt_secret": "cgjZxHzikGZoIHQMHyVt9cLcpYN+/HNX",
  "api_keys": {
    "stripe": "sk_live_R1a4h8bvteNPTfqCPVg6vfJb",
    "sendgrid": "SG.woFJn7TnGsMf/OGFLzTv2P",
    "twilio_sid": "AC55eb6127c0ec015aa275ba56f9ba68ff"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}