-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path.env.example
More file actions
25 lines (22 loc) · 1002 Bytes
/
.env.example
File metadata and controls
25 lines (22 loc) · 1002 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
# Development | Production
ASPNETCORE_ENVIRONMENT=Development
AuthFeatureConfig__JWTConfig__TokenSigningKey=SecretKeyOfDoomThatMustBeAMinimumNumberOfBytes
Domain__DbConnectionConfig__Server=postgresql-local
Domain__DbConnectionConfig__Port=5432
Domain__DbConnectionConfig__Database=vote-monitor
Domain__DbConnectionConfig__UserId=postgres
Domain__DbConnectionConfig__Password=docker
Seeders__PlatformAdminSeeder__FirstName=John
Seeders__PlatformAdminSeeder__LastName=Doe
Seeders__PlatformAdminSeeder__Email=john.doe@example.com
Seeders__PlatformAdminSeeder__PhoneNumber=1234567890
Seeders__PlatformAdminSeeder__Password=password123
DashboardAuth__Username=admin
DashboardAuth__Password=admin
Core__HangfireConnectionConfig__Server=postgresql-local
Core__HangfireConnectionConfig__Port=5432
Core__HangfireConnectionConfig__Database=vote-monitor
Core__HangfireConnectionConfig__UserId=postgres
Core__HangfireConnectionConfig__Password=docker
MINIO_ROOT_USER: minioadmin
MINIO_ROOT_PASSWORD: minioadmin