12 lines
462 B
Plaintext
12 lines
462 B
Plaintext
|
|
# OTSSignsOrchestrator.Server — required environment variables
|
||
|
|
# Copy to .env and fill in real values.
|
||
|
|
|
||
|
|
ConnectionStrings__OrchestratorDb=Host=localhost;Port=5432;Database=orchestrator_dev;Username=ots;Password=devpassword
|
||
|
|
Stripe__WebhookSecret=whsec_...
|
||
|
|
Stripe__SecretKey=sk_test_...
|
||
|
|
Jwt__Key=change-me-to-a-random-256-bit-key
|
||
|
|
Authentik__BaseUrl=https://auth.example.com
|
||
|
|
Authentik__ApiToken=
|
||
|
|
SendGrid__ApiKey=SG....
|
||
|
|
OTS_SIGNS_SERVER_URL=http://localhost:5000
|