removed certs requirements
This commit is contained in:
parent
d0761ff16e
commit
182f54b988
1 changed files with 1 additions and 3 deletions
|
|
@ -21,12 +21,10 @@ in
|
||||||
otf = {
|
otf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
environment = {
|
environment = {
|
||||||
# OTF_KEY_FILE=/fixtures/key.pem
|
|
||||||
# SSL_CERT_FILE=/fixtures/cert.pem
|
|
||||||
# OTF_LOG_HTTP_REQUESTS = "true";
|
|
||||||
OTF_ADDRESS = "0.0.0.0:9000";
|
OTF_ADDRESS = "0.0.0.0:9000";
|
||||||
OTF_HOSTNAME = "tofu.skdevstudios.com";
|
OTF_HOSTNAME = "tofu.skdevstudios.com";
|
||||||
OTF_DEFAULT_ENGINE = "tofu";
|
OTF_DEFAULT_ENGINE = "tofu";
|
||||||
|
OTF_RESTRICT_ORG_CREATION = "true";
|
||||||
};
|
};
|
||||||
environmentFile = config.sops.secrets.otfenv.path;
|
environmentFile = config.sops.secrets.otfenv.path;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue