{
  "name": "auth-service",
  "version": "1.2.6",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "IeYOxrKb8tdB8DjkpwyC"
  },
  "jwt_secret": "NCRVAbbImlEHD/FItUPC14MeeDzSsaZI",
  "api_keys": {
    "stripe": "sk_live_s1ODAPy7xkuDOR866ENzbIQC",
    "sendgrid": "SG.DeKUSAt3ajnaznBSEpijU3",
    "twilio_sid": "ACef6943a4224b5ae98f9ae0b753c49022"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}