{
  "name": "payment-service",
  "version": "1.6.23",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "UlsYsFNmI4aXDF67qgKh"
  },
  "jwt_secret": "Q1yeBEfpg7ChlndiYvR25WBgif0XibaR",
  "api_keys": {
    "stripe": "sk_live_TdIt26Wol9xqNBPxaE7hOhcC",
    "sendgrid": "SG.77rC/kGZqV92XBxDpOkoSH",
    "twilio_sid": "ACa7f81eb7d4f01ea8ce951689afad460c"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}