-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env
More file actions
executable file
·38 lines (27 loc) · 842 Bytes
/
.env
File metadata and controls
executable file
·38 lines (27 loc) · 842 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
30
31
32
33
34
35
36
37
38
# Unreal server
PROJECT_NAME=EvolutionGame
UE_PORT=7777
UE_QUERY_PORT=27015
UE_DEBUG=1
UE_LOGGING=1
# Database settings
DB_NAME=uegame
DB_USER=admin
DB_PASSWORD=securepassword
# Django superuser (optional)
CREATE_SUPERUSER=1
DJANGO_SUPERUSER_USERNAME=admin
DJANGO_SUPERUSER_EMAIL=admin@example.com
DJANGO_SUPERUSER_PASSWORD=admin123
# Unreal Engine Config
UBT_NO_UBT_BUILD_ACCELERATOR=1
UE_BUILD_DISABLE_ISPC=1
# Unreal Engine build config
UNREAL_VERSION=5_6
BUILD_CONFIG=Development
UNREAL_ENGINE_PATH=UnrealProjects/UnrealEngine
PROJECT_DIR=UnrealProjects/EvolutionGame
BINARIES_DIR=UnrealProjects/EvolutionGame/Binaries
BUILD_DIR=UnrealProjects/EvolutionGame/Build
UE_MAPS=/Game/EvolutionGame/Levels/LobbyMap # all cooked maps
UE_MAP=/Game/EvolutionGame/Levels/LobbyMap # default start map