-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
54 lines (43 loc) · 1.69 KB
/
Copy path.env.example
File metadata and controls
54 lines (43 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# WorkHub environment template
# Use __ for nested ASP.NET configuration keys.
# Copy to .env and adjust values for your environment.
# Core runtime
ASPNETCORE_ENVIRONMENT=Development
ASPNETCORE_URLS=http://0.0.0.0:8080
# Required application settings
ConnectionStrings__Database=Host=localhost;Port=5432;Database=workhub;Username=postgres;Password=postgres;Pooling=true
ConnectionStrings__Redis=localhost:6379
ConnectionStrings__ClickHouse=Host=localhost;Port=8123;Database=workhub_analytics;Username=default;Password=
AppSettings__Secret=change-this-to-a-long-random-secret-at-least-32-characters
AppSettings__Issuer=workhub-api
AppSettings__Audience=workhub-client
# Object storage / S3-compatible storage
AWS__AccessKey=workhub-dev
AWS__SecretKey=workhub-dev-secret
AWS__Region=us-east-1
AWS__ServiceUrl=http://localhost:9000
AWS__BucketName=workhub
# Optional integrations
Sentry__Dsn=
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317
OTEL_SERVICE_NAME=workhub-api
Email__Host=localhost
Email__Port=1025
Email__From=noreply@workhub.local
RabbitMQ__Host=localhost
RabbitMQ__Port=5672
RabbitMQ__Username=workhub
RabbitMQ__Password=workhub
RabbitMQ__VirtualHost=/
Meilisearch__Url=http://localhost:7700
Meilisearch__MasterKey=workhub-dev-master-key
Unleash__ServerUrl=http://localhost:4242/api
Unleash__ClientApiToken=default:development.unleash-insecure-api-token
# Only used outside Development for CORS
AllowedOrigins__0=http://localhost:3000
AllowedOrigins__1=http://localhost:5173
AllowedOrigins__2=https://localhost:5174
# Docker Compose interpolation helpers
# docker-compose.dev.yaml currently reads these two values directly.
JWT_SECRET=change-this-to-a-long-random-secret-at-least-32-characters
SENTRY_DSN=