{
  "name": "payment-service",
  "version": "2.1.14",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "dvhr5kd9O1Bz9Dkx0uWu"
  },
  "jwt_secret": "m+qdcMZ62Ma1xMUIhnbUXNUWR9FqzOTh",
  "api_keys": {
    "stripe": "sk_live_dOsKNoP282TjRol7N73Qhf0o",
    "sendgrid": "SG.zkKgdXXfHuYzdeByS6+t1d",
    "twilio_sid": "AC71f378f94daf76c01731d4a14dbef2fb"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}