58 lines
2.2 KiB
Bash
58 lines
2.2 KiB
Bash
export EDITORIA_FLAVOUR=VANILLA
|
|
export PUBSWEET_SECRET=SUPERMOTDEPASSE
|
|
export POSTGRES_USER=editoria
|
|
export SERVES_CLIENT=true
|
|
export ADMIN_USERNAME=admin
|
|
export ADMIN_PASSWORD=SUPERMOTDEPASSE
|
|
export ADMIN_GIVEN_NAME=admin
|
|
export ADMIN_SURNAME=admin
|
|
export ADMIN_EMAIL=editoria@figureslibres.io
|
|
export POSTGRES_PASSWORD=SUPERMOTDEPASSE
|
|
export POSTGRES_HOST=localhost
|
|
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=localhost
|
|
export SERVER_PORT=9005
|
|
export S3_PROTOCOL=http
|
|
export S3_HOST=localhost
|
|
export S3_PORT=9000
|
|
export S3_ACCESS_KEY_ID_ADMIN=minio
|
|
export S3_SECRET_ACCESS_KEY_ADMIN=SUPERMOTDEPASSE
|
|
export S3_ACCESS_KEY_ID_USER=editoria
|
|
export S3_SECRET_ACCESS_KEY_USER=SUPERMOTDEPASSE
|
|
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=editoria
|
|
export SERVICE_EPUB_CHECKER_SECRET=SUPERMOTDEPASSE
|
|
export SERVICE_EPUB_CHECKER_PROTOCOL=http
|
|
export SERVICE_EPUB_CHECKER_HOST=localhost
|
|
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=editoria
|
|
export SERVICE_ICML_SECRET=SUPERMOTDEPASSE
|
|
export SERVICE_ICML_PROTOCOL=http
|
|
export SERVICE_ICML_HOST=localhost
|
|
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=editoria
|
|
export SERVICE_PAGEDJS_SECRET=SUPERMOTDEPASSE
|
|
export SERVICE_PAGEDJS_PROTOCOL=http
|
|
export SERVICE_PAGEDJS_HOST=localhost
|
|
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=editoria
|
|
export SERVICE_XSWEET_SECRET=SUPERMOTDEPASSE
|
|
export SERVICE_XSWEET_PROTOCOL=http
|
|
export SERVICE_XSWEET_HOST=localhost
|
|
export SERVICE_XSWEET_PORT=9001
|