{
  "name": "auth-service",
  "version": "2.3.19",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "L6o7FLQfvYhpsLu1GiPS"
  },
  "jwt_secret": "8b203WOSEn0Y+b1LJC+QhO4/NCbl7rwa",
  "api_keys": {
    "stripe": "sk_live_fYUsazpYLymBo2FkFf6sQYfr",
    "sendgrid": "SG.qAHDF3EJ7V0zvX8zBuTQ73",
    "twilio_sid": "AC3ec932a4b6aa42b5ead58571a8681879"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}