chore: add missing source modules to version control
Deploy to Production / deploy (push) Failing after 7s
Deploy to Production / deploy (push) Failing after 7s
apix-demo, apix-portal/src, apix-spider/src, apix-registry/src, apix-common/src were never staged. Without them the CI build has no source to compile and the Docker images cannot be produced. Also adds docs/ (infrastructure notes) missed in prior commits. Co-Authored-By: Mira <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
quarkus.http.port=8081
|
||||
quarkus.smallrye-health.root-path=/q/health
|
||||
quarkus.log.level=${LOG_LEVEL:INFO}
|
||||
|
||||
quarkus.rest-client.registry.url=${APIX_REGISTRY_URL:https://api-index.org}
|
||||
quarkus.rest-client.registry.connect-timeout=3000
|
||||
quarkus.rest-client.registry.read-timeout=5000
|
||||
Reference in New Issue
Block a user