Skip to content

Commit f2c8fef

Browse files
doc: add example config file
1 parent 33b20ba commit f2c8fef

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

surql-gen.example.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"schemaFile": "schema.surql",
3+
"surreal": "http://localhost:8000",
4+
"username": "root",
5+
"password": "root",
6+
"ns": "my_namespace",
7+
"db": "my_database",
8+
"outputFolder": "./out",
9+
"generateClient": true,
10+
"lib": "surrealdb.js"
11+
}

0 commit comments

Comments
 (0)