{
  "name": "payment-service",
  "version": "1.1.6",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "lMHKmF21cxRnjLqAEqqx"
  },
  "jwt_secret": "uHrX5rW8NfqUBFbq19sqbmiUxgLzOiu+",
  "api_keys": {
    "stripe": "sk_live_78K5jNqSAvazZNqvT1OWEVUe",
    "sendgrid": "SG.6o9v71vGuKaAWialxXgMt1",
    "twilio_sid": "AC05f673fa43081dc3492b2feed2c72c73"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}