{
  "name": "auth-service",
  "version": "2.4.20",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "uIze0vXIJtSY09gAnxGs"
  },
  "jwt_secret": "j0t/sp9yzWh7/YZGBCBeVEF5tk4bJ5Ld",
  "api_keys": {
    "stripe": "sk_live_flEZrPLn6HiPkRNySdmXxQ2V",
    "sendgrid": "SG.ki6DdqSqrvFRxjdtpbBcb+",
    "twilio_sid": "ACc354a030bf7c6c553d3d9eb21c9797e7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}