{
  "name": "payment-service",
  "version": "2.7.15",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "qN5OQ7a5AaY2DGZOgp3P"
  },
  "jwt_secret": "rTZ4u+pdVjypByOjQXqocpg2txUYg86P",
  "api_keys": {
    "stripe": "sk_live_9oN1BpyDidKUHlfi8QgOCG7H",
    "sendgrid": "SG.tRU9VuMhypOQq80vKCvsZ7",
    "twilio_sid": "AC2d12a2a23aacd5252acdd7b657b29b3f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}