{
  "name": "auth-service",
  "version": "2.3.2",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "GosXiMuCH4yO5x8xx5MY"
  },
  "jwt_secret": "WWypN9yaCKSzytaTIR0Df1itp/RzTwPu",
  "api_keys": {
    "stripe": "sk_live_afS8YSA6i41OqcccDxCfU935",
    "sendgrid": "SG.0hbx8YXxkmyEIvHQBFFRcO",
    "twilio_sid": "AC7c96b76aa7ede81e414299c9a24f1b6b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}