{
  "name": "payment-service",
  "version": "2.7.16",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "UMF2BJJOF0nUk5QlcwBu"
  },
  "jwt_secret": "SfAOSeCexs4JY8CVOPcedEEhCut6yDS/",
  "api_keys": {
    "stripe": "sk_live_Pa0ho1PqrYk9whl2SHmIimNb",
    "sendgrid": "SG.0RLvdRvekp8Y8EIhfhf5HB",
    "twilio_sid": "ACe79f4d1f4c7833f0ffbe5c56223a3c70"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}