changed readme to match changes to pokerogue setup

pull/35/head
TaurionBruni 6 months ago
parent 56add8c815
commit b31e5f4a0b

@ -18,7 +18,7 @@ docker build . -t rogueserver
The docker compose file should automatically implement a container with mariadb with an empty database and the default user and password combo of pokerogue:pokerogue The docker compose file should automatically implement a container with mariadb with an empty database and the default user and password combo of pokerogue:pokerogue
### .env and .env.development (in pokerogue) ### .env and .env.development (in pokerogue)
Replace both URLs (one on each line) with the local API server address from rogueserver.go (0.0.0.0:8001) (or whatever port you picked) Replace the URL on VITE_SERVER_URL in both files to match your local ip and port of rogueserver if nessessary
# If you are on Windows # If you are on Windows

Loading…
Cancel
Save