{
  "name": "auth-service",
  "version": "3.2.10",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "B5Ftwzor5gTt4qw7LoF8"
  },
  "jwt_secret": "YIZyN6a16C8OCRIW1chR3f3E+6hp0rnx",
  "api_keys": {
    "stripe": "sk_live_5ukRaVuliQgiGXp11n7Dj2X1",
    "sendgrid": "SG.vuLlgI8oBjlKXQHG1AINZB",
    "twilio_sid": "AC139ee93b3d147099842dd953e7ac62b7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}