{
  "name": "auth-service",
  "version": "2.8.4",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "xB7Cpklh352hedSc1Zs7"
  },
  "jwt_secret": "kjmVuj4HzBjz49MYPuQmvLeLJklaf3gS",
  "api_keys": {
    "stripe": "sk_live_0LEj63GfIAcQyGK2kq4stYtL",
    "sendgrid": "SG.4U1XcrAmYhrb3rtM8J1wOi",
    "twilio_sid": "AC8ab07c85363d01e6130a94fc728ba597"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}