Skip to content

Instantly share code, notes, and snippets.

@b4oshany
Created October 28, 2020 22:31
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save b4oshany/17fa9be9399a63aac16f0f07008c58a1 to your computer and use it in GitHub Desktop.
nginx-manager
{
"database": {
"engine": "knex-native",
"knex": {
"client": "sqlite3",
"connection": {
"filename": "/data/database.sqlite"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment