Skip to content

Вопросы по Creating an AceBase server #75

Answered by appy-one
LebedevIV asked this question in Q&A
Discussion options

You must be logged in to vote

You are looking at 2 different ways to start up an AceBase server.

  1. Through code: const server = new AceBaseServer(dbname, options). This is the documented and preferred way to start up a server.
  2. From the command line: npm run test or npm run start or node ./dist/esm/start.js .DBNAME=mydb ..... This allows starting up a server using command line arguments and/or environment variables to configure it. Not all options are available this way.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by LebedevIV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants