fix(semaphore): adjust BoltDB Path in config.json to parent directory
Prevents 'database.boltdb/database.boltdb' path issue in v2.18.x
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
"db": {
|
"db": {
|
||||||
"Dialect": "bolt",
|
"Dialect": "bolt",
|
||||||
"BoltDB": {
|
"BoltDB": {
|
||||||
"Path": "{{ semaphore_db_path }}"
|
"Path": "{{ semaphore_data_dir }}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"server": {
|
"server": {
|
||||||
|
|||||||
Reference in New Issue
Block a user