We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
so in my humanmine.properties for example, I have this:
I have to update the username and password to be
postgres
Instead we could have the script delete any lines that start with:
And replace with these lines
Same for tomcat.
Just less steps for the user, and less bugs!
The text was updated successfully, but these errors were encountered: