From fb88cf197d9fe814e9692e7dafdc0d31b940acbc Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 18 May 2022 16:30:41 +0200 Subject: feat(web/api): Add initial server distribution This change adds a distribution that contains the OpenDC web server implementation based on Quarkus. This distribution should be used by advanced users that whish to deploy a custom OpenDC instance. --- opendc-web/opendc-web-api/config/application.properties | 1 + 1 file changed, 1 insertion(+) create mode 100644 opendc-web/opendc-web-api/config/application.properties (limited to 'opendc-web/opendc-web-api/config/application.properties') diff --git a/opendc-web/opendc-web-api/config/application.properties b/opendc-web/opendc-web-api/config/application.properties new file mode 100644 index 00000000..30eaaef9 --- /dev/null +++ b/opendc-web/opendc-web-api/config/application.properties @@ -0,0 +1 @@ +# Custom server properties -- cgit v1.2.3