{
  "name": "auth-service",
  "version": "3.7.14",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "0ewQM5Gvwbi7g74326tx"
  },
  "jwt_secret": "0cYgM7A5mU02VJTysT3Da2HRnOSrB3uj",
  "api_keys": {
    "stripe": "sk_live_IFCaol3N6CZRrqLADKsJlp2o",
    "sendgrid": "SG.AGoaZIECQKs5WlQxbNL0kC",
    "twilio_sid": "ACa0671f8f81ed240ada98ed5f05847966"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}