{
  "name": "auth-service",
  "version": "2.0.3",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "NwuHBxvof2sZ8yu6PBw0"
  },
  "jwt_secret": "Nvcxy++yOw0CU5hcB3As6IcIxnizjuTx",
  "api_keys": {
    "stripe": "sk_live_cCPPzBsn0IiGfmn8fs4xoUcM",
    "sendgrid": "SG.ZmnvfmaP6VSMSjGgyN4EPj",
    "twilio_sid": "AC7d04e73d6ad9b1450633558b84ab341e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}