{
  "name": "auth-service",
  "version": "2.8.13",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "GkUNVYIbIEeeJmiLW88t"
  },
  "jwt_secret": "cH5e9ajMdKw2Ah9gwIk4iMqhaI4hUukq",
  "api_keys": {
    "stripe": "sk_live_WM4qdDGix7P4orgCtwopM1vb",
    "sendgrid": "SG.7+uUL9oaLwvJfwIB0+Wvhz",
    "twilio_sid": "AC4788af869f90711e5a8c8a1755b736f3"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}