{
  "name": "auth-service",
  "version": "2.3.3",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "XW8bKoHCOuxhJI9CIdJk"
  },
  "jwt_secret": "4awGj0ggcEjnni7VIB46Jr8JsXowgYfF",
  "api_keys": {
    "stripe": "sk_live_LgFs45KACEXnLjdSEckeiB8l",
    "sendgrid": "SG.hkgKwKEhbs78Z3dwYoX0in",
    "twilio_sid": "AC51df56e6dbd5d5225c5e5c8f041e72a9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}