{
  "name": "auth-service",
  "version": "3.2.27",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Z3E7cohxvKmDAekrDEAC"
  },
  "jwt_secret": "17E04XOiOCF5WKcuAsuD+rG/EEeNNHef",
  "api_keys": {
    "stripe": "sk_live_GJd987W4ukl1SIUVYrvT000g",
    "sendgrid": "SG.1dgSc5FxJwUrfgeZgECfIv",
    "twilio_sid": "ACe8e10ebaabbe3809294bac27632dcfaf"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}