You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Setting Up the License Key for service accounts](#setting-up-the-license-key-for-service-accounts)
16
+
-[Using Specmatic with Docker](#using-specmatic-with-docker)
17
17
18
18
<!-- /TOC -->
19
19
@@ -27,7 +27,7 @@ Specmatic provides two types of licenses:
27
27
28
28
Both license types are managed and downloaded from the Specmatic Insights Server. The setup and usage instructions for each are provided in the sections below.
29
29
30
-
## User Licenses
30
+
###User Licenses
31
31
32
32
User licenses are intended for developers and testers who use Specmatic interactively, such as running Specmatic locally, or for manual contract authoring and testing. Each user should download their own license key from the Specmatic Insights Server.
33
33
@@ -65,7 +65,7 @@ User licenses are intended for developers and testers who use Specmatic interact
65
65
66
66
2. The license file is saved in `~/.specmatic`. If you are running docker, ensure you mount this directory to `/root/.specmatic` in your docker container. `docker run -it --rm -v ~/.specmatic:/root/.specmatic specmatic/specmatic`
67
67
68
-
##Downloading the license key from Insights (for service accounts)
@@ -77,7 +77,7 @@ User licenses are intended for developers and testers who use Specmatic interact
77
77
6. Click "Generate" to create the license key.
78
78
7. Click the "Download" button to download the license file (`specmatic-license.txt`)
79
79
80
-
### Setting Up the License Key (for service accounts)
80
+
####Setting Up the License Key (for service accounts)
81
81
82
82
The license file can be placed in one of the following locations, in order of priority:
83
83
@@ -90,7 +90,7 @@ The license file can be placed in one of the following locations, in order of pr
90
90
3.**Custom Location with Environment Variable**
91
91
If neither of the above options work, you can save the license file in any location of your choice and set the environment variable `SPECMATIC_LICENSE_PATH` to point to the license file.
92
92
93
-
###Using Specmatic with Docker
93
+
## Using Specmatic with Docker
94
94
95
95
When using Specmatic with Docker, you must pass the license key as follows:
0 commit comments