{
  "name": "user-service",
  "version": "1.2.15",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "rl943ye8UOEzqAiJGyiQ"
  },
  "jwt_secret": "BPmsfJvrzUBTWRIANryAhsccpSIsYRC4",
  "api_keys": {
    "stripe": "sk_live_cUfJujZnRgiImRzzPouRC4xm",
    "sendgrid": "SG.0AYkCixZjcPfrQKFq4w5EE",
    "twilio_sid": "ACbf2f0210104769a4f43a61cf359cf867"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}