e6cd2ab441
* feat: basic structure for running tests * feat: added test to ci * feat: added server test (wip) * refactor: restuctured entrypoint * feat: added supertest * fix: missing deps * fix: test example ci * fix: updated default envs * feat: debug ci * feat: switch browser * fix: superadmin ci * feat: try another image * fix: try another image with node * fix: mr comments * fix: ci job * chore: workaround to push the image * chore: try with new base image * chore: retry * chore: retry * chore: retry * chore: retry * chore: retry * fix: test via debug * fix: envbar * chore: wrapped up changes, cleaned mr * chore: fix linter and skiped puppeteer download * fix: removed paralelism * fix: paralelism issues
15 lines
485 B
Bash
15 lines
485 B
Bash
PREVIEWS_HEADED='true'
|
|
CHROMIUM_EXECUTABLE_PATH='/usr/bin/google-chrome-stable'
|
|
USER_DATA_DIR='/tmp/puppeteer'
|
|
REDIS_URL='redis://localhost'
|
|
PROMETHEUS_METRICS_PORT='9094'
|
|
PORT='3001'
|
|
LOG_LEVEL='info'
|
|
LOG_PRETTY='true'
|
|
|
|
##########################################################
|
|
# Local dev settings
|
|
##########################################################
|
|
# Uncomment to enable pino-pretty log formatting in debug mode (disabled cause of node22 issues)
|
|
# ALLOW_PRETTY_DEBUGGER=true
|