{
  "name": "auth-service",
  "version": "1.4.3",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "cpANVgDremmV2eKd2LZE"
  },
  "jwt_secret": "BPKNGuaLeSLjpl4vpTrH6Bw5sed2X/wy",
  "api_keys": {
    "stripe": "sk_live_10IB1F60Aqv4vkse6vVESX1g",
    "sendgrid": "SG.4+fgm/b/goEVqvz7mvbwyQ",
    "twilio_sid": "AC66634fb3527c60f49fb873ae4e22c482"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}