Cleaning here and there

This commit is contained in:
Florian Sylvain
2023-02-06 18:31:34 +01:00
parent 42909a007d
commit 33e6925dab
2 changed files with 14 additions and 11 deletions
+11 -8
View File
@@ -22,14 +22,17 @@ TODO
### Environment variables
- ./env
- APP_API_ADDRESS: `http://example.com`
- APP_FRONT_ADDRESS: `http://example.com`
- APP_BASE_API_PATH: `/example`
- APP_BASE_FRONT_PATH: `/example`
- APP_API_PORT: `1234`
- APP_FRONT_PORT: `1234`
- APP_JWT_SECRET: `secret`
- ./env:
```
APP_API_ADDRESS=http://example.com
APP_FRONT_ADDRESS=http://example.com
APP_BASE_API_PATH=/example
APP_BASE_FRONT_PATH=/example
APP_API_PORT=1234
APP_FRONT_PORT=1234
APP_JWT_SECRET=secret
```
## API Usage