We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8810dd commit 9b54d87Copy full SHA for 9b54d87
definitions.go
@@ -1,6 +1,14 @@
1
package surrealtest
2
3
var (
4
+ // SurrealDBRepo is the repository name of SurrealDB image.
5
+ //
6
+ // If you would like to use some other version, you can update this variable
7
+ // to point to the image you want to use.
8
SurrealDBRepo = "surrealdb/surrealdb"
- SurrealDBTag = "1.0.0-beta.9-20230402"
9
+ //SurrealDBTag is the tag of SurrealDB image.
10
11
12
13
+ SurrealDBTag = "1.0.0-beta.9-20230402"
14
)
0 commit comments