@artempoletsky/kurgandb
TypeScript icon, indicating that this package has built-in type declarations

1.1.6 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @artempoletsky/kurgandb

Weekly Downloads

0

Version

1.1.6

License

ISC

Unpacked Size

173 kB

Total Files

31

Last publish

Collaborators

  • artempoletsky