Skip to content

Commit d65d4ed

Browse files
authored
Move configuration info into config_path (#4106)
1 parent 60c4800 commit d65d4ed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frontend/public/json/gomft.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"documentation": "https://github.com/StarFleetCPTN/GoMFT#configuration",
1313
"website": "https://github.com/StarFleetCPTN/GoMFT",
1414
"logo": "https://raw.githubusercontent.com/StarFleetCPTN/GoMFT/83be259754689acc49a4b0dba25ba8384088a0fc/static/img/logo.svg",
15-
"config_path": "",
15+
"config_path": "/opt/gomft/.env",
1616
"description": "GoMFT is a web-based managed file transfer application built with Go, leveraging rclone for robust file transfer capabilities. It provides a user-friendly interface for configuring, scheduling, and monitoring file transfers across various storage providers.",
1717
"install_methods": [
1818
{
@@ -33,9 +33,8 @@
3333
},
3434
"notes": [
3535
{
36-
"text": "For additional configuration options, edit .env file here: `/opt/gomft/.env`. Check the documentation for more details.",
36+
"text": "For additional configuration options check the documentation.",
3737
"type": "info"
3838
}
3939
]
4040
}
41-

0 commit comments

Comments
 (0)