How do I set up the DSN (Data Source Name) for dashboard uploads?
FAQ resource for your migration project.
FAQ resource for How do I set up the DSN (Data Source Name) for dashboard uploads?.
Answer
Set the VIBGRATE_DSN environment variable with your DSN token. System-wide: add export VIBGRATE_DSN="your-dsn" to ~/.zshrc or ~/.bashrc (macOS/Linux) or set via System Properties > Environment Variables (Windows). Project-level: add to your .env file (never commit this). In CI, store as a secret (GitHub Secrets, Azure DevOps Variables, GitLab CI Variables).