{
  "name": "auth-service",
  "version": "1.3.20",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jkYv6ILPfzKwbrkNesj5"
  },
  "jwt_secret": "SdEJ5UGCFce6K1tYM4ts7y8Gk9Mfu6wI",
  "api_keys": {
    "stripe": "sk_live_LlO7jUAixDKXEGII6kCBGFom",
    "sendgrid": "SG.sbPZWXQoyRMpIWQRfoMmPk",
    "twilio_sid": "ACbc4077bfafe3868fc9b78323e1e0bf1f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}