{
  "name": "auth-service",
  "version": "2.0.22",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "3gqd7GmdhhrrNfA1MN1X"
  },
  "jwt_secret": "pELsi3gWHmh1YS8R8K0rPAV7lqIfN5nD",
  "api_keys": {
    "stripe": "sk_live_jSbDgkWhjsP93z2jNfslL8V5",
    "sendgrid": "SG.py4mwrm6v3384On1dGX0aR",
    "twilio_sid": "AC33c7c60ff8776187484aa94ae20629f0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}