9 lines
212 B
Plaintext
9 lines
212 B
Plaintext
# Example environment configuration for Axia4
|
|
# Copy this file to .env and customize as needed
|
|
|
|
# Port to expose the application on
|
|
WEB_PORT=8080
|
|
|
|
# Data directory (mounted as /DATA in container)
|
|
DATA_DIR=./DATA
|