secrets: now fully reliant
This commit is contained in:
parent
136d9cb3fa
commit
717c5b9880
2 changed files with 8 additions and 11 deletions
|
|
@ -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.";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue