1.1.6 • Published 1 year ago

@artempoletsky/kurgandb v1.1.6

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

env file settings

You can override global variables by creating an .env file in Node's current working directory.

KURGANDB_SERVER_PORT = 8080

Specifies port on which the server will be listening. 8080 is default.

KURGANDB_DATA_DIR = "D:/path/to/your/directory"

Specifies where the DB will store it's data. If not set it will be process.cwd() + "/kurgandb_data".

KURGANDB_REMOTE_ADDRESS = "http://127.0.0.1:8080"

Specifies address and port for the remoteQuery method. If not specified the method will throw an error.

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.1

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago