Files
org_backend/misc/org-backend.env.example
Zaine Arch a2eef01038
Some checks failed
Build Org Backend / build (push) Failing after 15s
s
2026-05-09 00:03:57 +01:00

24 lines
966 B
Plaintext

# Copy this file to /etc/org-backend/org-backend.env on the server and fill in
# production values. This file is safe to commit only with placeholder values.
SERVER_PORT=9010
SPRING_DATASOURCE_URL=jdbc:postgresql://127.0.0.1:5432/org_web
SPRING_DATASOURCE_USERNAME=zaine
SPRING_DATASOURCE_PASSWORD=shakkal123
SPRING_DATASOURCE_DRIVER_CLASS_NAME=org.postgresql.Driver
SPRING_JPA_SHOW_SQL=false
CALIBRE_DB_PATH=/home/zaine/master-folder/projects/calibre/library/metadata.db
JWT_SECRET=change-me-to-a-long-random-secret-at-least-32-characters
JWT_EXPIRATION_MS=86400000
ZONE_BUILD_DIR=/home/zaine/master-folder/org_files/org_web
ZONE_BUILD_LOG=/home/zaine/master-folder/org_files/org_web/org-web-build.log
ORGROAM_BUILD_DIR=/home/zaine/master-folder/org_files/org_roam
ORGROAM_BUILD_LOG=/home/zaine/master-folder/org_files/org_roam/orgroam-build.log
EMACS_RUN_DIR=/home/zaine
EMACS_RUN_LOG=/home/zaine/logs/emacs.log
COMBINED_RUN_LOG=/home/zaine/logs/combined.log