Skip to content

Commit b53fa33

Browse files
committed
Read license from environemnt
Signed-off-by: Nemanja Malocic <[email protected]>
1 parent 0120009 commit b53fa33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/certification/state/ravendb/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ services:
55
ports:
66
- "8080:8080"
77
environment:
8-
- RAVEN_LICENSE={"Id":"1bcf6b3f-cd52-488c-9aa2-c982d6e57c78","Name":"RavenDB","Keys":["CtmBDhwRJAJIDOHv+Pev+B8o4","A5l3K4n1z2FbtgHsKPl1QkQNx","LPqr9nkPEq5MUCHQZ0XkkP5BY","Czc9DkF33Y8mNFemJZl8tkGm6","DY2Q6YyYtEt/jQayDOUVUtUlY","FC4inkD4zkb3Ii2WEbyv5RRew","jzoKxeOVYXQsToAMe6xG9ABYE","DNy4wBSYoSQMqKywtLi8wJzEy","MzQVFjc4OTo7PD0+nwIfIJ8CI","CCfAiEgnwIjIJ8CJCCfAiUgnw","ImIJ8CJyCfAiggnwIpIJ8CKiC","fAisgnwIsIJ8CLSCfAi4gnwIv","IJ8CMCCfAzZAAZ8CQiBDJEQJY","htbnwRBYBhb"]}
8+
- RAVEN_LICENSE=${RavenDbLicense}
99
- RAVEN_DATABASE=testdapr
1010
- RAVEN_Setup_Mode=None
1111
- RAVEN_License_Eula_Accepted=true
1212
- RAVEN_Security_UnsecuredAccessAllowed=PrivateNetwork
13+
- RavenDbLicense
1314
restart: unless-stopped

0 commit comments

Comments
 (0)