{
  "name": "auth-service",
  "version": "1.8.8",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "8Fidxpr2LlRdGJOAk0Va"
  },
  "jwt_secret": "jefh0WiV/IRLwSc1fwiWAzZMWLBuuahh",
  "api_keys": {
    "stripe": "sk_live_ex75wU2nQcVORlYYxfJ6xE8f",
    "sendgrid": "SG.Ju6SKqRLNkXWyQ9ycMPVwY",
    "twilio_sid": "ACc3ab8ac24299e7513c1f964cb2537436"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}