fix certificates
This commit is contained in:
parent
e0cb2f9d0f
commit
3b3ac31541
|
@ -96,8 +96,6 @@ class TestScriptViews(TacticalTestCase):
|
|||
valid_shells = ["powershell", "python", "cmd"]
|
||||
scripts_dir = settings.SCRIPTS_DIR
|
||||
|
||||
Script.load_community_scripts()
|
||||
|
||||
with open(
|
||||
os.path.join(settings.BASE_DIR, "scripts/community_scripts.json")
|
||||
) as f:
|
||||
|
|
|
@ -139,6 +139,8 @@ services:
|
|||
APP_HOST: ${APP_HOST}
|
||||
API_HOST: ${API_HOST}
|
||||
MESH_HOST: ${MESH_HOST}
|
||||
CERT_PUB_KEY: ${CERT_PUB_KEY}
|
||||
CERT_PRIV_KEY: ${CERT_PRIV_KEY}
|
||||
networks:
|
||||
proxy:
|
||||
ipv4_address: 172.20.0.20
|
||||
|
|
Loading…
Reference in New Issue