{
  "name": "auth-service",
  "version": "2.6.9",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "OnXnZnj5uJJuwKlmU00T"
  },
  "jwt_secret": "9mjPytcjSVXXCvyws5s1Qaw5aFzPNfEA",
  "api_keys": {
    "stripe": "sk_live_lc48vyye53yrcrBqaLa8Gdx9",
    "sendgrid": "SG.ajb4W93/ITwM2GSSmVh9Rs",
    "twilio_sid": "AC78d5f555acf6120299e6470ae2a80095"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}