{
  "name": "auth-service",
  "version": "3.4.7",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "tKlodwb6lrNN8vCFk9f0"
  },
  "jwt_secret": "V6QRH5Ot/842ufERZof9KlNK9/ew0xWz",
  "api_keys": {
    "stripe": "sk_live_90VKGEBu9dups7ZZYEx3jWvJ",
    "sendgrid": "SG.9ztB8Dn46zfFx95W+zGj1f",
    "twilio_sid": "ACddefb7d19bfc22fcbda0be3b33bcf210"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}