{
  "name": "payment-service",
  "version": "2.7.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "l2hWFZ6hAi01O4Kxw0te"
  },
  "jwt_secret": "/6HPqaYf45iZfG4XLVVsknRVcBNw9WET",
  "api_keys": {
    "stripe": "sk_live_Jnqx9h4MBgOAYPCjtFalBkUm",
    "sendgrid": "SG.VAznuDCee7g1lTfesHyktl",
    "twilio_sid": "AC51699788067e7d4ac30b930870c4c677"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}