Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use bee.json? #819

Open
curiosport opened this issue May 23, 2022 · 0 comments
Open

How to use bee.json? #819

curiosport opened this issue May 23, 2022 · 0 comments

Comments

@curiosport
Copy link

I'm not sure if the bee.json file should be modified before compiling or if it should be used as an external file after compiling because I tried both as the following content and have not been able to get it to work:

{
	"version": 0,
	"go_install": false,
	"watch_ext": [".go"],
	"watch_ext_static": [".conf", ".html", ".tpl", ".js", ".css"],
	"dir_structure": {
		"watch_all": false,
		"controllers": "",
		"models": "",
		"others": []
	},
	"cmd_args": [],
	"envs": [],
	"database": {
		"driver": "mysql"
	},
	"enable_reload": true
}

My intention is to have bee restart (not recompile) the server every time a .conf file is modified.

How can I achieve this?

Baihhh pushed a commit to Baihhh/bee that referenced this issue Jul 5, 2023
* feat: Add email config test on provider edit page

* Re-use send-email API

* Optimize code

Optimize code

* Update service.go

* Update service.go

Co-authored-by: Gucheng <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant