{
  "name": "auth-service",
  "version": "1.3.21",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "hiUhUyvUCnr9lyn5yjhB"
  },
  "jwt_secret": "GagpCdmzA7PtTYGwVO0hqP0L4qXdKvJl",
  "api_keys": {
    "stripe": "sk_live_hjK6L51AIyxRlVK4NAHAf8q8",
    "sendgrid": "SG.JR54FThImCG99ph3ZfswXm",
    "twilio_sid": "AC434a1d1c5c89f1913d4213d504e78452"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}