{
  "name": "auth-service",
  "version": "1.3.3",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "o0UH9LHZH8UNtIxItvKl"
  },
  "jwt_secret": "szrGxU25RM8YycUb8RlKwKg272r+mSfh",
  "api_keys": {
    "stripe": "sk_live_Z0mwPKkSCLQhAZ29br9f0m1H",
    "sendgrid": "SG.v4DgHvZ9JGJCSCqfTPPilQ",
    "twilio_sid": "AC8706e1af84bb4f93649beb0b372da018"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}