{
  "name": "auth-service",
  "version": "1.3.23",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ZB8ImaJWpHGvXiqpYBX2"
  },
  "jwt_secret": "67uKZY4yKwt4+qFk12xLIaal7vnjphjI",
  "api_keys": {
    "stripe": "sk_live_4bAdChBWPWBwMNbrgMju65wP",
    "sendgrid": "SG.a4RgZ/4r75F8MoQNVvZ4pP",
    "twilio_sid": "ACe23a94ce98d956ddc9555d561f9bebb2"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}