6 lines
103 B
Lua
6 lines
103 B
Lua
config = {}
|
|
|
|
-- the config file path location
|
|
config.config_path = "disease/config.json"
|
|
|
|
return config |