{
  "name": "auth-service",
  "version": "1.4.1",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "KtwZaUNMnQfnu64hsC7j"
  },
  "jwt_secret": "hjcMfm93rxmZQYFwwA4Iu7QTF5aEFy6f",
  "api_keys": {
    "stripe": "sk_live_19tjgJiXsrKnI6fKg2osYYw1",
    "sendgrid": "SG.mxqyjSzardLvowFlMTcLIv",
    "twilio_sid": "AC474eaae9f3fbe9f29cbbf951ceeaa594"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}