use non debug paths

This commit is contained in:
SemvdH
2025-11-17 23:10:52 +01:00
parent eec2888f7b
commit 813cd8c360
2 changed files with 8 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
import os
CONFIG_FILE = "server_cfg.ini"
#CONTENT_FOLDER = "/home/sem/assetto-corsa/content"
#CONFIG_PATH = "/home/sem/assetto-corsa/cfg"
CONTENT_FOLDER = "./content"
CONFIG_PATH = "./cfg"
CONTENT_FOLDER = "/home/sem/assetto-corsa/content"
CONFIG_PATH = "/home/sem/assetto-corsa/cfg"
# CONTENT_FOLDER = "./content"
# CONFIG_PATH = "./cfg"
CARS_FOLDER = os.path.join(CONTENT_FOLDER, "cars")

View File

@@ -1,10 +1,10 @@
import os
CONFIG_FILE = "server_cfg.ini"
# CONTENT_FOLDER = "/home/sem/assetto-corsa/content"
# CONFIG_PATH = "/home/sem/assetto-corsa/cfg"
CONTENT_FOLDER = "./content"
CONFIG_PATH = "./cfg"
CONTENT_FOLDER = "/home/sem/assetto-corsa/content"
CONFIG_PATH = "/home/sem/assetto-corsa/cfg"
# CONTENT_FOLDER = "./content"
# CONFIG_PATH = "./cfg"
TRACKS_FOLDER = os.path.join(CONTENT_FOLDER, "tracks")