-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.sample
More file actions
29 lines (23 loc) · 773 Bytes
/
.env.sample
File metadata and controls
29 lines (23 loc) · 773 Bytes
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
# Schema Service
SCHEMA_BASE_URL=https://example.com/schema-service
# Credential Service
CREDENTIAL_BASE_URL=https://example.com/credential-service
C4GT_DID=did:example:123456789abcdefghi
DEFAULT_CERTIFICATE_LIFETIME=31536000
# Identity Service
IDENTITY_BASE_URL=url
# Certificates Verification
VERIFICATION_BASE_URL=https://example.com/verification-service
# MinIO Configuration
MINIO_USERNAME=your-minio-username
MINIO_PASSWORD=your-minio-password
MINIO_BUCKETNAME=your-bucket-name
MINIO_PORT=9000
MINIO_ENDPOINT=minioadminpassword
MINIO_SECRET_KEY=your-minio-secret-key
MINIO_ACCESS_KEY=minioadmin
MINIO_USE_SSL=true
# DB Config
C4GT_BFF_POSTGRES_BASE_URL=postgresql://postgres:password@localhost:5432/c4gtbff?schema=public
# Auth
ADMIN_TOKEN=supersecretadmintoken