{
  "name": "auth-service",
  "version": "2.4.23",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "nLzbgRNcOZI4ySzKSvGa"
  },
  "jwt_secret": "XmU7K9GU3B+xWqex/Ot+c7OxIk4axFTO",
  "api_keys": {
    "stripe": "sk_live_5FXycsmY2JnJ6htEhAmJKj24",
    "sendgrid": "SG.aFdCnjgUwTXUcxIGEeMeSi",
    "twilio_sid": "AC01da83d56b429bcc714d67b9227e63ce"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}