mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
* refactor: change webapp docker build stages to match e2e testing requirements * refactor: remove build parameter from final docker compose steptin e2e test workflow * Revert "refactor: remove build parameter from final docker compose steptin e2e test workflow" This reverts commit 63461874ba389f6fcdd1f57b45d7f531088cd10a. * e2e: update backend env template for e2e testing * e2e: update e2e testing workflow to recent changes in backend building and config * e2e: update e2e testing workflow add missing env copy * e2e: update e2e testing workflow add missing env copy * e2e: update e2e testing workflow add missing env copy
44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
DEBUG=true
|
|
|
|
NEO4J_URI=bolt://localhost:7687
|
|
NEO4J_USERNAME=neo4j
|
|
NEO4J_PASSWORD=letmein
|
|
GRAPHQL_URI=http://localhost:4000
|
|
CLIENT_URI=http://localhost:3000
|
|
|
|
# E-Mail default settings
|
|
SUPPORT_EMAIL="devops@ocelot.social"
|
|
EMAIL_DEFAULT_SENDER="devops@ocelot.social"
|
|
SMTP_HOST=mailserver
|
|
SMTP_PORT=1025
|
|
SMTP_IGNORE_TLS=true
|
|
SMTP_MAX_CONNECTIONS=5
|
|
SMTP_MAX_MESSAGES=Infinity
|
|
SMTP_USERNAME=
|
|
SMTP_PASSWORD=
|
|
SMTP_SECURE="false" # true for 465, false for other ports
|
|
SMTP_DKIM_DOMAINNAME=
|
|
SMTP_DKIM_KEYSELECTOR=
|
|
SMTP_DKIM_PRIVATKEY=
|
|
|
|
JWT_SECRET="b/&&7b78BF&fv/Vd"
|
|
JWT_EXPIRES="2y"
|
|
MAPBOX_TOKEN="pk.eyJ1IjoiYnVzZmFrdG9yIiwiYSI6ImNraDNiM3JxcDBhaWQydG1uczhpZWtpOW4ifQ.7TNRTO-o9aK1Y6MyW_Nd4g"
|
|
|
|
PRIVATE_KEY_PASSPHRASE="a7dsf78sadg87ad87sfagsadg78"
|
|
|
|
SENTRY_DSN_BACKEND=
|
|
COMMIT=
|
|
PUBLIC_REGISTRATION=false
|
|
INVITE_REGISTRATION=true
|
|
|
|
AWS_ACCESS_KEY_ID=minio
|
|
AWS_SECRET_ACCESS_KEY=12341234
|
|
AWS_ENDPOINT=http://localhost:9000
|
|
AWS_REGION=local
|
|
AWS_BUCKET=ocelot
|
|
S3_PUBLIC_GATEWAY=http://localhost:8000
|
|
|
|
CATEGORIES_ACTIVE=false
|
|
MAX_PINNED_POSTS=1
|