Skip to content

Commit 82a30df

Browse files
authored
Update json (#4432)
1 parent 10e1d7e commit 82a30df

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

frontend/public/json/pingvin.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,10 @@
3131
"username": null,
3232
"password": null
3333
},
34-
"notes": []
34+
"notes": [
35+
{
36+
"text": "Run `DATA_DIRECTORY=path-to-your-data-directory pm2 restart all --update-env` to update path to your data directory or to update environment variables.",
37+
"type": "info"
38+
},
39+
]
3540
}

0 commit comments

Comments
 (0)