Implement authentication features with login, registration, and user management; update service configurations for development and production environments.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=OS League Tools - OSRS Leagues Hub
|
||||
Description=OS League Tools - Prod Environment
|
||||
After=network.target
|
||||
Wants=network-online.target
|
||||
|
||||
@@ -13,7 +13,7 @@ WorkingDirectory=/home/sonder/leagues-tools/os-league-tools-master
|
||||
Environment="NODE_ENV=production"
|
||||
Environment="PORT=3000"
|
||||
# Uncomment and set if you have a backend API:
|
||||
# Environment="REACT_APP_RELDO_URL=http://localhost:8080"
|
||||
Environment="REACT_APP_RELDO_URL=https://api.leagues.tools"
|
||||
|
||||
# Start the application (serves the pre-built static files)
|
||||
ExecStart=/usr/bin/serve -s build -l tcp://0.0.0.0:3000
|
||||
|
||||
Reference in New Issue
Block a user