{
  "name": "auth-service",
  "version": "3.3.4",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "qzaD4DtRJQmLmdIFMxIV"
  },
  "jwt_secret": "6jGzFFe3zgOl2tuIKPKmU4ieZ8QSrcoB",
  "api_keys": {
    "stripe": "sk_live_WF0PRf3pH9hgfOHIAFGOlyDZ",
    "sendgrid": "SG.aBpAfyOgOJmUcrO4U7Z1FI",
    "twilio_sid": "AC6983e74bd3b2f702d22a62fcb93c8e66"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}