347 B
347 B
micro-license-server
A very small, self-hosted license server intended for lower traffic projects.
Environment Setup
Replace the placeholder secrets in .env with secure random values using openssl rand:
sed -i \
-e "s/PG_CHANGEME/$(openssl rand -base64 32)/" \
-e "s/API_CHANGEME/$(openssl rand -base64 48)/" \
.env