{
  "name": "auth-service",
  "version": "2.3.5",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "iZIdmhGwJ215EjX3QXN7"
  },
  "jwt_secret": "jgO7y5CKVakXBAdXXjzQnecS8gjzdwov",
  "api_keys": {
    "stripe": "sk_live_zxZhtNAN33LaJC7DqehZ86q9",
    "sendgrid": "SG.KmqN9AwEL/K1RgxN6S4EUK",
    "twilio_sid": "AC30c59b669152745bb0698ec9356053ca"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}