Add port env option

This commit is contained in:
2025-10-10 20:28:18 +02:00
parent a1f568cbe6
commit e7c433f1c1
3 changed files with 12 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
DB_PATH=db.sqlite
ESI_CLIENT_ID=your-client-id
ESI_REDIRECT_URI=http://localhost:8080/callback
ESI_SCOPES=esi-planets.manage_planets.v1
ESI_REDIRECT_URI=http://localhost:3000/callback
ESI_SCOPES=esi-planets.manage_planets.v1
HTTP_SERVER_PORT=3000