progress on license server
This commit is contained in:
13
README.md
13
README.md
@@ -1,3 +1,14 @@
|
||||
# micro-license-server
|
||||
|
||||
A very small, self-hosted license server intended for lower traffic projects.
|
||||
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`:
|
||||
|
||||
```bash
|
||||
sed -i \
|
||||
-e "s/PG_CHANGEME/$(openssl rand -base64 32)/" \
|
||||
-e "s/API_CHANGEME/$(openssl rand -base64 48)/" \
|
||||
.env
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user