{
  "name": "auth-service",
  "version": "2.0.16",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Jv93lwKrGsq8t17kkkU5"
  },
  "jwt_secret": "3b3czWMGgizjfTKSpa5xXUVrmybtBivu",
  "api_keys": {
    "stripe": "sk_live_9xzm84BKZct7En1xru7VWTGp",
    "sendgrid": "SG.u/zCWlMKmSl6cUG0QMxxw0",
    "twilio_sid": "AC4bd2b2da6322c336dd317c966beef0b1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}