mirror of
https://github.com/Oldcustard/ozfort-server-configs
synced 2025-06-25 23:04:25 +10:00
16 lines
459 B
INI
16 lines
459 B
INI
// Don't offload over FTP. Use a local web server. DO NOT EDIT THIS LINE.
|
|
replay_fileserver_offload_enable "0"
|
|
|
|
|
|
//
|
|
// YOU MUST EDIT THE CONVARS BELOW THIS LINE.
|
|
//
|
|
|
|
// The replay data will be copied to this directory
|
|
replay_local_fileserver_path "/home/steam/demos/replays/27135"
|
|
|
|
// These are used to reconstruct a URL on the client.
|
|
replay_fileserver_host "heavy.ozfortress.com"
|
|
replay_fileserver_port "80"
|
|
replay_fileserver_path "/replays/27135"
|