{
  "name": "auth-service",
  "version": "1.5.25",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1E2Nm5EPnZE1urZ73IQS"
  },
  "jwt_secret": "I94sm++BER8PP9oJhH0961uHgtynOuUC",
  "api_keys": {
    "stripe": "sk_live_JhqsoSin89yk5WdjptILGxby",
    "sendgrid": "SG.dE8E5DC+xM6zmwfcoas6ia",
    "twilio_sid": "AC57418958163f5d33b9bf33d57e7a478b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}