{
  "name": "auth-service",
  "version": "1.4.8",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "YU6tqtPv16m4WL3gCSnr"
  },
  "jwt_secret": "4gti2BFn//OIyZ4RWhEux084EPTX/7ZC",
  "api_keys": {
    "stripe": "sk_live_V0FH8tyhmR6zcxDY8fZU8nqA",
    "sendgrid": "SG.WDkf5uKbojbtqa6/kPHDsQ",
    "twilio_sid": "AC32424b82617605f6539b7ce82480d211"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}