Commit e692bf0e authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Commit inicial

parents
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+11 −0
Original line number Diff line number Diff line
include:
  - project: 'redmic-project/gitlab-ci-templates'
    ref: master
    file: '/deployment.yml'

stages:
  - deploy

.deploy:
  variables:
    STACK: client

README.md

0 → 100644
+3 −0
Original line number Diff line number Diff line
# Prerender

Node server to render dynamic apps to static pages for bots

deploy/.env

0 → 100644
+16 −0
Original line number Diff line number Diff line
PORT=3000
DISABLE_LOGGING=false

MEMORY_CACHE=1
CACHE_MAXSIZE=1000
CACHE_TTL=3600

PAGE_DONE_CHECK_INTERVAL=500
PAGE_LOAD_TIMEOUT=20000
WAIT_AFTER_LAST_REQUEST=1000
FOLLOW_REDIRECTS=false
LOG_REQUESTS=false
CAPTURE_CONSOLE_LOG=false
ENABLE_SERVICE_WORKER=false

TEST_URL=http://www.example.com
+1 −0
Original line number Diff line number Diff line
version: '3.9'
+1 −0
Original line number Diff line number Diff line
version: '3.9'