All checks were successful
Wire viewer-frontend Vitest into Gitea Actions, centralize DEV base URLs in env-defaults.json, expand playkit API catalog specs, and land auth/mail flows plus verify-email public-host redirect and idle-logout e2e hooks.
7 lines
168 B
JSON
7 lines
168 B
JSON
{
|
|
"DEFAULT_BASE_URL": "https://punimtagdev.levkin.ca",
|
|
"DEFAULT_API_BASE_URL": "http://10.0.10.121:8000",
|
|
"DEFAULT_PROJECT": "punimtag",
|
|
"DEFAULT_ENV": "dev"
|
|
}
|