{
  "name": "user-service",
  "version": "1.1.6",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "9uBPuEzxaxfe0SuAQz7G"
  },
  "jwt_secret": "r8XZf8OzTWiVLdJHHe3tQQsSfQzw16nh",
  "api_keys": {
    "stripe": "sk_live_A9xxaGonX0qJEb6p42lGQ447",
    "sendgrid": "SG.Bxj/0qetRyOXmWOTB3eU0H",
    "twilio_sid": "AC4bb332f3db92da463a3fde23226cbc0d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}