{
  "name": "user-service",
  "version": "3.1.18",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "EEjaNBfLX4I7gfwYfKWY"
  },
  "jwt_secret": "edzvbyj3v4wuLcH4/LE7AWQeFILJ2UJ/",
  "api_keys": {
    "stripe": "sk_live_VrNcw2YbGuJU8aynHkzroxQ6",
    "sendgrid": "SG.GQECnMeXqEYgjw3lykZIFm",
    "twilio_sid": "AC9eabaa9b5e3df7894c52c74369ed5a33"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}