diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-05-18 16:30:41 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-05-18 17:23:40 +0200 |
| commit | fb88cf197d9fe814e9692e7dafdc0d31b940acbc (patch) | |
| tree | 8632e8e26e409b6909a0bd90488356b1dcd70ba6 /opendc-web/opendc-web-api/config | |
| parent | 1489eefa18a904976f5328294c299df4285bacb4 (diff) | |
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.
Diffstat (limited to 'opendc-web/opendc-web-api/config')
| -rw-r--r-- | opendc-web/opendc-web-api/config/application.properties | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
