{
  "name": "auth-service",
  "version": "1.1.25",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "AtDxrMHrtETGezYsF3uh"
  },
  "jwt_secret": "JCrNmECXpC7BvzabbexTd4k5xGQuICNw",
  "api_keys": {
    "stripe": "sk_live_60wsLlTM48oURSkyC9J7dtw5",
    "sendgrid": "SG.06AVyym60oCMvQfZe5PdGW",
    "twilio_sid": "AC18399111c4b2b2fd00be499de865760c"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}