{
  "name": "payment-service",
  "version": "2.7.10",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Kq0QJeybLGHRz9ZoxrZd"
  },
  "jwt_secret": "E8HbsnIzqJFCh6qoVOh8D84heP7QW4aV",
  "api_keys": {
    "stripe": "sk_live_5IJW5RnrIuOq37GhLZEGNbbu",
    "sendgrid": "SG.0hKTJOlhEgnpWDWG8yjFHS",
    "twilio_sid": "ACf1ea5ffb766bd6c33442edf4fb7a68a7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}