-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmise.local.toml.example
More file actions
34 lines (29 loc) · 1.45 KB
/
mise.local.toml.example
File metadata and controls
34 lines (29 loc) · 1.45 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
[env]
# PORT CONFIGURATION - SINGLE SOURCE OF TRUTH
# Use prefixed perspective-specific port variables (GATEWAY_PORT, WEB_PORT, etc.)
# Never set PORT directly - it's set explicitly in Procfile.dev from these variables
# This prevents conflicts with Overmind's automatic PORT assignment
GATEWAY_PORT = "8447"
WEB_PORT = "5223"
MOCK_OAUTH_PORT = "3345"
MOCK_CONVOX_PORT = "5443"
TEST_GATEWAY_PORT = "9447"
TEST_MOCK_OAUTH_PORT = "9345"
TEST_MOCK_CONVOX_PORT = "6443"
# Google OAuth credentials (for production OAuth)
GOOGLE_CLIENT_ID = "your-client-id.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET = "your-client-secret"
GOOGLE_ALLOWED_DOMAIN = "yourdomain.com"
# Remove GOOGLE_OAUTH_BASE_URL to use real Google OAuth instead of mock
# GOOGLE_OAUTH_BASE_URL = ""
# Override secret key for local development if needed
# APP_SECRET_KEY = "your-local-secret"
# Override rack configuration for testing with real Convox
# RACK_HOST = "https://your-rack.convox.cloud"
# RACK_TOKEN = "your-rack-token"
# DATABASE_URL = "postgres://postgres:postgres@127.0.0.1:55432/gateway_dev?sslmode=disable"
# TEST_DATABASE_URL = "postgres://postgres:postgres@127.0.0.1:55432/gateway_test?sslmode=disable"
# MinIO S3 configuration (already configured in mise.toml for dev)
# MinIO Console UI: http://localhost:9001 (user: minioadmin / pass: minioadmin)
# AWS_ENDPOINT_URL_S3, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_REGION
# AUDIT_ANCHOR_BUCKET, AUDIT_ANCHOR_CHAIN_ID, AUDIT_ANCHOR_RETENTION_DAYS