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": {
|
||||
"Dialect": "bolt",
|
||||
"BoltDB": {
|
||||
"Path": "{{ semaphore_db_path }}"
|
||||
"Path": "{{ semaphore_data_dir }}"
|
||||
}
|
||||
},
|
||||
"server": {
|
||||
|
||||
Reference in New Issue
Block a user