{
  "name": "auth-service",
  "version": "1.7.18",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "o3NMIiEPpsKwdK8FgmqV"
  },
  "jwt_secret": "r77Ox2SGH6Ot1glZ1eWwxQeLyP0kE6UA",
  "api_keys": {
    "stripe": "sk_live_RvTNqErgM8PJ43AMhtMKedsh",
    "sendgrid": "SG.n5RfffI8X1ekfJK13GKAx6",
    "twilio_sid": "AC7ff8fae268f9dccdf0d1a8f9eb69c93e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}