{
  "name": "auth-service",
  "version": "2.4.0",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "QTAF5LDjBfP61eTjfAC0"
  },
  "jwt_secret": "idCfrJnpYyD3EIeP/I+W3ULt0Qf1eVRO",
  "api_keys": {
    "stripe": "sk_live_c5qqOOtOxoowEEJECTROqWhf",
    "sendgrid": "SG.Xu9FNy9qcYTjTZbGgdl6I8",
    "twilio_sid": "AC9e3ce4d8e9b53aac9941e0cc9690820b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}