{
  "name": "auth-service",
  "version": "2.4.23",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "HhTzRY84dCpWwHVJatgM"
  },
  "jwt_secret": "jfNXM/ObAfxkBfQ7j8r3GFM75yrKaSwW",
  "api_keys": {
    "stripe": "sk_live_3LxG15RLyGS4Leacz5Q0hBGh",
    "sendgrid": "SG.aeACHTt/lehxDebk5511UA",
    "twilio_sid": "ACdc6641c754d2f8665b17c77390957a68"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}