{
  "name": "auth-service",
  "version": "1.6.23",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "fGFWw2eIeCbIINbLgIvP"
  },
  "jwt_secret": "xUP1NHf2/bDO8S5DvPhbXgjeI6KuFGz/",
  "api_keys": {
    "stripe": "sk_live_06ysZSkopFDw1nZRgefRGfpc",
    "sendgrid": "SG.XiWBxRj7RHdNquSIUc/JZC",
    "twilio_sid": "ACc780de96236fc1af4624517bd0309a69"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}