{
  "name": "payment-service",
  "version": "2.7.5",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1L6PwSUg4Z0Y1mkyFQnv"
  },
  "jwt_secret": "7/howqrkIV53vYwjb77RfUcoICbRNT92",
  "api_keys": {
    "stripe": "sk_live_lGH2Zd8YwwUMU6uibpAwUqFb",
    "sendgrid": "SG.iDxAaHJPpM7rLJpHEcGrqA",
    "twilio_sid": "AC22620bc0e33ae66f4ea8f28fc0782d29"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}