{
  "name": "auth-service",
  "version": "2.8.0",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "mnxOFgWRg1nQisbqiPEM"
  },
  "jwt_secret": "6R6zMNdJNLsygxJb0VHibnLiklyZru54",
  "api_keys": {
    "stripe": "sk_live_fEHA9GtKxTpxGZPnyXsmlNmh",
    "sendgrid": "SG.TIQUhdCF5/qs2cqQVJBb1m",
    "twilio_sid": "AC43043c5efed8f6af11c28520d532cb06"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}