br-office-suite
This commit is contained in:
29
.env.example
Normal file
29
.env.example
Normal file
@@ -0,0 +1,29 @@
|
||||
NODE_ENV=development
|
||||
PORT=8080
|
||||
CORS_ORIGIN=http://localhost:5173
|
||||
JWT_ACCESS_SECRET=change-me-access
|
||||
JWT_REFRESH_SECRET=change-me-refresh
|
||||
COOKIE_SECURE=false
|
||||
FORCE_MFA_FOR_PRIVILEGED=true
|
||||
RP_ID=localhost
|
||||
RP_ORIGIN=http://localhost:5173
|
||||
DATABASE_URL=postgres://br_app:change_me@localhost:5432/br_office
|
||||
UPLOAD_DIR=./uploads
|
||||
STORAGE_PROVIDER=local
|
||||
S3_ENDPOINT=http://localhost:9000
|
||||
S3_BUCKET=br-office
|
||||
S3_ACCESS_KEY=minio
|
||||
S3_SECRET_KEY=miniosecret
|
||||
CLAMAV_HOST=localhost
|
||||
CLAMAV_PORT=3310
|
||||
VITE_API_BASE_URL=http://localhost:8080/api
|
||||
|
||||
FILE_ENCRYPTION_ENABLED=true
|
||||
FILE_ENCRYPTION_KEY=please-change-this-encryption-key
|
||||
SMTP_HOST=smtp.example.com
|
||||
SMTP_PORT=587
|
||||
SMTP_USER=smtp-user@example.com
|
||||
SMTP_PASS=please-change-this-password
|
||||
SMTP_FROM=BR Office <noreply@example.com>
|
||||
SMTP_SECURE=false
|
||||
SMTP_REQUIRE_TLS=true
|
||||
Reference in New Issue
Block a user