{
  "name": "auth-service",
  "version": "3.1.4",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "u5pXuMOwOVIStkEw5Z1C"
  },
  "jwt_secret": "TIjsukyZHWr+FAQumOaCjAfXF8NISylb",
  "api_keys": {
    "stripe": "sk_live_PeBBL3E3e1zlape82jNzsvFW",
    "sendgrid": "SG./LAh79zHM8RcremJhV6QsF",
    "twilio_sid": "ACc902672c057fea520a2422e2c643b2f0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}