{
  "name": "auth-service",
  "version": "3.6.4",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "yDh2A63PMwJFmb9MqRNo"
  },
  "jwt_secret": "hDH9+5w1sVShQdpxAM30i71PGhpoanw3",
  "api_keys": {
    "stripe": "sk_live_8PUyD39j4tEiZfhVhkPrqaKW",
    "sendgrid": "SG.IoDk1oE+9f72fu8rOga+Wz",
    "twilio_sid": "AC8afc96e53461aeb5ecf8692a8f34180b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}