changing to relative path

This commit is contained in:
Brodin 2024-09-23 19:48:15 -04:00
parent 761f9bc692
commit f2b2cfe3d8

View File

@ -7,7 +7,7 @@
"database": {
"client": "sqlite3",
"connection": {
"filename": "/home/neurobomber/CodeProjects/local-rittenhop/content/data/ghost-local.db"
"filename": "./content/data/ghost-local.db"
}
},
"mail": {
@ -21,6 +21,6 @@
},
"process": "local",
"paths": {
"contentPath": "/home/neurobomber/CodeProjects/local-rittenhop/content"
"contentPath": "./content"
}
}