{
  "name": "auth-service",
  "version": "2.6.20",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "VkqzQORZNwJv817OuAVe"
  },
  "jwt_secret": "ksGTqnpNyIlohDoqzIL4DUL9PQ2fDr9L",
  "api_keys": {
    "stripe": "sk_live_1YTPNOJrpDLSjweOwEZvkzjv",
    "sendgrid": "SG.7V1PjejI7xzzgYvxh1B/Ig",
    "twilio_sid": "AC307125d9952f22adea9ff8bd83944cae"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}