-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
16 lines (14 loc) · 1.05 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Please read and fill out this .env file to finish setting up the testing environment
# The important environment variable to understand before running the tests is ARCHITECT_DOCKER_HOST
# To debug everything
# -------------------
# DEBUG="tinyburg:*"
# Where to test @tinyburg/architect. To run the architect tests, you need a linux host
# with kvm acceleration available, docker installed, a user added to the docker group
# so they can run docker commands with needing sudo, an nvidia gpu installed in the host,
# and the nvidia docker container runtime setup and configured. If you have all that available
# on your local host and current user, then you can leave this variable commented out.
# Otherwise, please provide a tcp or ssh connection string for an exposed docker daemon that
# meets the above requirements. This connection string will be given straight to dockerode.
# -----------------------------------------------------------------------------------------
# ARCHITECT_DOCKER_HOST="ssh://[email protected]:22"