{
  "name": "payment-service",
  "version": "1.8.12",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "BGj9vOeO5NpnYVs8Y8Zk"
  },
  "jwt_secret": "61xe1N3eeUxf++P/oTiHuoYfGO7bKafS",
  "api_keys": {
    "stripe": "sk_live_ma1rixfZRmKmHH9wP29eQYw3",
    "sendgrid": "SG.hItrwxTl3Wv4hbYT7tnKIF",
    "twilio_sid": "ACb8df4ca23575b93d013a3fb636815b7c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}