{
  "name": "user-service",
  "version": "3.1.4",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hZxoobHdJqgjXEUpkRY6"
  },
  "jwt_secret": "L+Tbx7cF2hu4I7ElUpvCxWh8CAFFlR3t",
  "api_keys": {
    "stripe": "sk_live_nAcuLaoMn3iw6pbV9ILl7562",
    "sendgrid": "SG.L5k3tiUUOZvlrj0BahfELx",
    "twilio_sid": "ACd4877af5a4f4d6661413162fcd9f3cc1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}