{
  "name": "auth-service",
  "version": "3.4.2",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "yFwhTkQxlkVcThOb32vm"
  },
  "jwt_secret": "LIJZckuU98I7GYKWUXietlyxFvRVrMaP",
  "api_keys": {
    "stripe": "sk_live_v4tMdcR3WAveaQLuJrd3beGb",
    "sendgrid": "SG.qR9K2VgCzY1xGYI8r6GbMx",
    "twilio_sid": "ACbde534ab267b7fda6952253cf6be8107"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}