chore: remove remaining QuoteForge/qfs references

This commit is contained in:
2026-02-07 21:49:32 +03:00
parent 641bc5614f
commit bf5dce9f18
10 changed files with 24 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ func getEncryptionKey() []byte {
if key == "" {
// Fallback to a machine-based key (hostname + fixed salt)
hostname, _ := os.Hostname()
key = hostname + "quoteforge-salt-2024"
key = hostname + "priceforge-salt-2024"
}
// Hash to get exactly 32 bytes for AES-256
hash := sha256.Sum256([]byte(key))