1.1.5 • Published 2 months ago

@artempoletsky/kurgandb v1.1.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months 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.5

2 months ago

1.1.4

2 months ago

1.1.1

3 months ago

1.1.3

3 months ago

1.1.2

3 months ago

1.1.0

3 months ago

1.0.1

4 months ago

1.0.0

4 months ago