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

revel new non-skeleton default app.conf.template #171

Open
brendensoares opened this issue Jan 8, 2019 · 1 comment
Open

revel new non-skeleton default app.conf.template #171

brendensoares opened this issue Jan 8, 2019 · 1 comment

Comments

@brendensoares
Copy link
Member

Notes from gitter chat:

https://github.com/revel/cmd/blob/master/revel/new.go
https://github.com/revel/cmd/blob/master/revel/new.go#L202
https://github.com/revel/skeletons/blob/master/basic/bootstrap4/conf/app.conf.template

@notzippy should we allow skeletons to control the app.conf template?

if we add more official templates, e.g. zurb’s foundation, etc, we’ll have to maintain multiple app.conf templates, right? Maybe we should allow skeletons to override it, but we should set a default app.conf when creating a new revel app (in the cmd repo)?

@notzippy
Copy link
Contributor

What about a "base" app.conf.template in the skeletons project ? then all app.conf.template files could import that base one and then there would be no need to worry about having multiple templates to update ?

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

2 participants