Aligning the different parts with the new directory and file structure.
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled

This commit is contained in:
Your Name
2025-05-17 12:16:25 +12:00
parent 67da992326
commit 399fe1d549
5 changed files with 46 additions and 15 deletions

View File

@ -76,11 +76,14 @@ namespace dropshell {
// |-- services
// |-- service name
// |-- config
// |-- service.env
// |-- service.env (actual service config)
// |-- .template_info.env
// |-- template
// |-- _default.env
// |-- (script files)
// |-- config
// |-- service.env
// |-- service.env (default service config)
// |-- .template_info.env
// |-- (other config files for specific server&service)
namespace remotefile {