export EDITORIA_FLAVOUR=VANILLA export PUBSWEET_SECRET=xxxxxxxxxxxxxxxxxx export POSTGRES_USER=editoria export SERVES_CLIENT=true export ADMIN_USERNAME=admin export ADMIN_PASSWORD=xxxxxxxxxxxxxxx export ADMIN_GIVEN_NAME=admin export ADMIN_SURNAME=admin export ADMIN_EMAIL=foo@bar.com export POSTGRES_PASSWORD=xxxxxxxxxxxxxxxxxx export POSTGRES_HOST=ip.ip.ip.ip #ip of the host export POSTGRES_DB=editoriadb export POSTGRES_PORT=5432 #export LANGUAGE_PROTOCOL= #export LANGUAGE_HOST= #export LANGUAGE_PORT= #export MAILER_USER= #export MAILER_PASSWORD= #export MAILER_SENDER= #export MAILER_HOSTNAME= export PASSWORD_RESET_PATH=password-reset export NODE_ENV=production export SERVER_PROTOCOL=http export SERVER_HOST=ip.ip.ip.ip #ip of the host export SERVER_PORT=9005 export S3_PROTOCOL=http export S3_HOST=ip.ip.ip.ip #ip of the host export S3_PORT=9000 export S3_ACCESS_KEY_ID_ADMIN=xxxxxxxxxxxxxxxxxxx export S3_SECRET_ACCESS_KEY_ADMIN=yyyyyyyyyyyyyyyyyyyyy export S3_ACCESS_KEY_ID_USER=editoria export S3_SECRET_ACCESS_KEY_USER=zzzzzzzzzzzzzzzzzzzzzzzz export S3_BUCKET=editoria # (check service documentation on how to create client id and secret https://gitlab.coko.foundation/cokoapps/epub-checker) export SERVICE_EPUB_CHECKER_CLIENT_ID=xxxxxx-xxxxx-xxxxx-xxxxx-xxxxxxxxxxxxx export SERVICE_EPUB_CHECKER_SECRET=yyyyyyyyyyyyyyyyy export SERVICE_EPUB_CHECKER_PROTOCOL=http export SERVICE_EPUB_CHECKER_HOST=ip.ip.ip.ip #ip of the host export SERVICE_EPUB_CHECKER_PORT=9004 # (check service documentation on how to create client id and secret https://gitlab.coko.foundation/cokoapps/icml) export SERVICE_ICML_CLIENT_ID=xxxxxx-xxxxx-xxxxx-xxxxx-xxxxxxxxxxxxx export SERVICE_ICML_SECRET=yyyyyyyyyyyyyyyyy export SERVICE_ICML_PROTOCOL=http export SERVICE_ICML_HOST=ip.ip.ip.ip #ip of the host export SERVICE_ICML_PORT=9003 # (check service documentation on how to create client id and secret https://gitlab.coko.foundation/cokoapps/pagedjs) export SERVICE_PAGEDJS_CLIENT_ID=xxxxxx-xxxxx-xxxxx-xxxxx-xxxxxxxxxxxxx export SERVICE_PAGEDJS_SECRET=yyyyyyyyyyyyyyyyy export SERVICE_PAGEDJS_PROTOCOL=http export SERVICE_PAGEDJS_HOST=ip.ip.ip.ip #ip of the host export SERVICE_PAGEDJS_PORT=9002 # (check service documentation on how to create client id and secret https://gitlab.coko.foundation/cokoapps/xsweet) export SERVICE_XSWEET_CLIENT_ID=xxxxxx-xxxxx-xxxxx-xxxxx-xxxxxxxxxxxxx export SERVICE_XSWEET_SECRET=yyyyyyyyyyyyyyyyy export SERVICE_XSWEET_PROTOCOL=http export SERVICE_XSWEET_HOST=ip.ip.ip.ip #ip of the host export SERVICE_XSWEET_PORT=9001