1.1.6 • Published 2 years ago
@artempoletsky/kurgandb v1.1.6
env file settings
You can override global variables by creating an .env file in Node's current working directory.
KURGANDB_SERVER_PORT = 8080Specifies 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.