{
  "name": "payment-service",
  "version": "3.0.14",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "m5SetyKbaVco7HYUkcQV"
  },
  "jwt_secret": "mS0oPgoxE+S2ZAaDyQiqDmqBY4bBaUmv",
  "api_keys": {
    "stripe": "sk_live_tX7mGQIgcEdPp8STt2fLJ3jA",
    "sendgrid": "SG.otYYcjU6aKu5imh9dCu1V9",
    "twilio_sid": "AC4e3293e919a29c52125222166e72c2f3"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}