-
Notifications
You must be signed in to change notification settings - Fork 39
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
Can I point the api to my custom database? #977
Comments
Hi @jrichardsz you can change this value for development and this for release to your required API endpoints. Or you can connect to our remote data source by changing the value of line 29 to line 30 as shown below.
|
Thanks. One final question: Do you planning to publish the source code of api ? |
First I didn't answer the first question. Yes you can change those properties to connect to your database. But the CICD which we use to create the .jar file failed almost 3 moths ago because the .jar file increased in size and the deployment plugin failed to auto-deploy it to deploys repo where you got the jar file as the file increase beyond git requirements i.e 100MB. So the file will work fine but it doesn't have enough all functionalities corresponding to the web application LAST QUESTIONS ANSWER: |
Thanks for your answer. |
@jrichardsz can I close your two tickets now ? |
Yes. Thanks! |
If this is the official api:
https://github.com/ospic/deploys/blob/master/platform/ospic-platform.jar
Can I change its properties to connect it to my custom database?
Thanks
The text was updated successfully, but these errors were encountered: