HL7-1: add example .env files to client and server

This commit is contained in:
Markus Thielker 2025-07-30 13:03:51 +02:00
parent bb3a6a5d8e
commit 1402b4f1ed
3 changed files with 9 additions and 2 deletions

View file

@ -18,8 +18,9 @@ to a different client, the server sends back an acknowledgement and notifies the
# Getting started # Getting started
1. Download the sources of the project 1. Download the sources of the project
2. Execute `bun install` and `bun run dev` in the root directory 2. Copy the .env.example files to .env files
3. Start customizing the code to your needs 3. Execute `bun install` and `bun run dev` in the root directory
4. Start customizing the code to your needs
# Deployment # Deployment

View file

@ -0,0 +1,2 @@
PUBLIC_SERVER=localhost:8080

View file

@ -0,0 +1,4 @@
PORT=8080
PREFIXES=STA,LAB
POOL_SIZE=100