{
  "name": "payment-service",
  "version": "1.3.11",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Jcf8A85a9NlOCgpv7vLk"
  },
  "jwt_secret": "bAlGBOChQzlWkzyBYKT1eBu6OjZ8xP4a",
  "api_keys": {
    "stripe": "sk_live_3GGWWPHxsCC9SpS8xZ30MJ2f",
    "sendgrid": "SG.6PLZnxwTCoLdHUje7w4U9D",
    "twilio_sid": "ACa3fafa3de7c316c5514f481bd8fc1c06"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}