1
0
mirror of https://github.com/TaKO8Ki/gobang.git synced 2021-09-19 22:32:56 +03:00

use HOME env

This commit is contained in:
Takayuki Maeda
2021-09-20 02:12:57 +09:00
parent d4210c6e78
commit dbe9634b4c

View File

@@ -26,4 +26,4 @@ database = "dvdrental"
[[conn]]
type = "sqlite"
path = "/Users/tako8ki/Downloads/chinook.db"
path = "$HOME/Downloads/chinook.db"