{
  "name": "payment-service",
  "version": "3.3.25",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "aBb2CtDBxU68TfkMhqRJ"
  },
  "jwt_secret": "mmnw4LGE5jjJwJX/qJP16nPhU0c9I6KP",
  "api_keys": {
    "stripe": "sk_live_8hzEZyTwikhK5YdrGuSsk219",
    "sendgrid": "SG.ebYaZsvTdKhwgiTSwcLEwc",
    "twilio_sid": "ACf563dec4e6957527dd81854fe5fcd726"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}