{
  "name": "auth-service",
  "version": "1.5.1",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "hp3CV9osKuoqB5sHXz9k"
  },
  "jwt_secret": "qN2TY9vMD5BAU1iU+x9JIwzqdN9Bybd5",
  "api_keys": {
    "stripe": "sk_live_ngqRIe804X391zCcbEYxalSB",
    "sendgrid": "SG.F/HsKw2+3QuL+mCdeEgepL",
    "twilio_sid": "AC1d2f460f163a525b330f1c955b696cfd"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}