This commit is contained in:
2026-03-07 18:00:17 -06:00
parent 524daa4df6
commit 2df95c4852
8 changed files with 289 additions and 1 deletions
+2 -1
View File
@@ -66,8 +66,9 @@ VITE_APP_NAME="${APP_NAME}"
EVEONLINE_CLIENT_ID=replace_this_with_eve_developer_client_id
EVEONLINE_SECRET_KEY=replace_this_with_eve_developer_secret_key
EVEONLINE_REDIRECT_URI=replace_this_with_eve_developer_redirect_uri
EVEONLINE_REDIRECT_URL=replace_this_with_eve_developer_redirect_uri
JWT_SECRET=replace_this_with_a_long_random_secret
JWT_TTL=3600
JWT_ISSUER="${APP_NAME}"