chore: change configuration path

This commit is contained in:
2024-11-07 15:42:11 +01:00
parent 22aed0b118
commit d4b4a1cf35
2 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
package pkg
const ConfigFile = "/config/goma.yml" // Default configuration file
const ConfigFile = "/etc/goma/goma.yml" // Default configuration file
const accessControlAllowOrigin = "Access-Control-Allow-Origin" // Cors
const serverName = "Goma"
const gatewayName = "Goma Gateway"