{
  "name": "user-service",
  "version": "1.1.1",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "8gyS8I72izcmlU7xaews"
  },
  "jwt_secret": "n3OsUbYSA14yJzA7CaZJ0Z1KLqW8zMBE",
  "api_keys": {
    "stripe": "sk_live_GqD8QZDhieM3AUcNkLhmkqq7",
    "sendgrid": "SG.VKoyuKf/FrGWMuYUs8khbk",
    "twilio_sid": "ACef25e09a21859b8076c5939c279f9faf"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}