{
  "name": "user-service",
  "version": "2.0.3",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8lfdzZdz82hfCsS3awKc"
  },
  "jwt_secret": "Qr7OtBAptHGK0EpBwcU6OFjyphouN4O5",
  "api_keys": {
    "stripe": "sk_live_8c9RJMc7W68CTm3z9fu3RebK",
    "sendgrid": "SG.V4MKyx+lIgrgOK9ctCY/9R",
    "twilio_sid": "AC608f54c0296be28dfefd7b90cf685dae"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}