{
  "name": "payment-service",
  "version": "1.9.9",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "FRCBVn7jeq12x6Z0YSIk"
  },
  "jwt_secret": "2+tBxt64WVfWqyavO9beBzbXo8qdyRwg",
  "api_keys": {
    "stripe": "sk_live_FeQMZzutRCrfoqK2D0Xlx7XZ",
    "sendgrid": "SG.lfx3MN6dsSqBjZAfduDzfU",
    "twilio_sid": "AC8538f03332525118e85b1effc351301c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}