secrets: now fully reliant

This commit is contained in:
Jermeiah S 2025-06-14 14:58:50 -04:00
parent 136d9cb3fa
commit 717c5b9880
No known key found for this signature in database
2 changed files with 8 additions and 11 deletions

View file

@ -36,14 +36,11 @@ in
);
default = {
OTF_ADDRESS = "localhost:9000";
OTF_SITE_TOKEN = "my-token";
OTF_SSL = "false";
# the application needs a secret for encryption and other things
# TODO: make mechanism to load via file
OTF_SECRET = "f73e55eada59bd1c37d69ae3bbacd982";
# more options can be set but these are a reminder for myself
OTF_CERT_FILE = "";
OTF_KEY_FILE = "";
# OTF_SITE_TOKEN = "my-token";
# OTF_SSL = "false";
# OTF_SECRET = "";
# OTF_CERT_FILE = "";
# OTF_KEY_FILE = "";
};
description = "Environment variables for the OTF service.";
};