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

easier to build - set the username and pw in the build #3

Open
julie-sullivan opened this issue Jul 15, 2019 · 0 comments
Open

easier to build - set the username and pw in the build #3

julie-sullivan opened this issue Jul 15, 2019 · 0 comments

Comments

@julie-sullivan
Copy link
Member

julie-sullivan commented Jul 15, 2019

so in my humanmine.properties for example, I have this:

db.common-tgt-items.datasource.serverName=localhost
db.common-tgt-items.datasource.databaseName=items-humanmine
db.common-tgt-items.datasource.user=ank
db.common-tgt-items.datasource.password=ank

I have to update the username and password to be postgres

Instead we could have the script delete any lines that start with:

# delete these lines from humanmine.properties
db.common-tgt-items.datasource.user
db.common-tgt-items.datasource.password

And replace with these lines

# add these lines to humanmine.properties
db.common-tgt-items.datasource.user=postgres
db.common-tgt-items.datasource.password=postgres

Same for tomcat.

Just less steps for the user, and less bugs!

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