{
  "name": "user-service",
  "version": "2.8.0",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "FVJwPnzuPc5HYhcaONZJ"
  },
  "jwt_secret": "myE1piGdBhUgH6z52ZYQac5kGO1OgTvV",
  "api_keys": {
    "stripe": "sk_live_C0W39PxvwuUx7kml7mjnpOR3",
    "sendgrid": "SG.soTcLzdXHz0VeZolyHU/0h",
    "twilio_sid": "AC44116a0aba177fcff0efc19cdc6c56c2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}