{
  "name": "auth-service",
  "version": "1.0.7",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "NqxVp2eGhbHsSGpFqSN2"
  },
  "jwt_secret": "YARJAPWzrH5hKWbme0z0y6DhJbu6PAiB",
  "api_keys": {
    "stripe": "sk_live_yLQDmwALSpvSv7FXN3egqNb4",
    "sendgrid": "SG.CwHecGbGsOXCAejGVESQ26",
    "twilio_sid": "ACb3c0c48ac9c65c1673e1c2171867bd80"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}