{
  "name": "auth-service",
  "version": "2.3.11",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ok1WuV6eNZw7qMpAzx4Y"
  },
  "jwt_secret": "b3ztxSwkr2zV8T6176QIVV0WbcfVZyEd",
  "api_keys": {
    "stripe": "sk_live_It2svGsI04DCioRHmlOpLLkU",
    "sendgrid": "SG.Rnt3O2143KiwTciP9LgfEl",
    "twilio_sid": "ACb5a5d05193709b18b50472e930d7489d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}