Created
October 28, 2020 22:31
-
-
Save b4oshany/17fa9be9399a63aac16f0f07008c58a1 to your computer and use it in GitHub Desktop.
nginx-manager
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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