Files
UnrealEngineUWP/Engine/Source/Programs/ReplayServer/ReplayServer.Properties
John Pollard 527e624a0a #replayserver: Add ability to track recently viewed replays
[CL 2561730 by John Pollard in Main branch]
2015-05-21 18:26:36 -04:00

29 lines
657 B
Plaintext

#ReplayServer properties
#General properties
quickTaskFrequencyInSeconds=10
longTaskFrequencyInHours=1
httpPort=80
enableBuiltInWebServer=1
#MongoDB properties
mongoDB_Host=localhost
mongoDB_Port=27017
mongoDB_DBName=replayDB
mongoDB_GridFSBucket=replayFS
mongoDB_ReplayCollection=replayCollection
mongoDB_ViewerCollection=viewerCollection
mongoDB_EventCollection=eventCollection
mongoDB_RecentCollection=recentCollection
mongoDB_LogCollection=logCollection
mongoDB_cleanupStaleLiveSessions_MaxMinutes=1
mongoDB_cleanupOldSessions_MaxDays=30
mongoDB_cleanupStaleViewers_MaxMinutes=1
mongoDB_cleanupLogs_MaxDays=14
mongoDB_cleanupLogs_MaxFinestDays=3