ESIPFed / Geoweaver

boost data pipeline's tangibility, enhance research productivity, reduce work anxiety
https://geoweaver.dev
MIT License
81 stars 44 forks source link

command for using postgreSQL by adding credentials #567

Closed VisheshSaluja closed 1 month ago

VisheshSaluja commented 2 months ago

java -Dspring.profiles.active=postgresql -DDB_NAME=my_db -DDB_USERNAME=my_user -DDB_PASSWORD=my_password -jar geoweaver.jar

this command-line argument can be used to start posgreSQL without directly modifying the application.properties file