From eb7e47d4874de5dd45c4281bccdb3dc74198550f Mon Sep 17 00:00:00 2001 From: TatLead Date: Fri, 15 Mar 2024 21:46:09 +0000 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c9281b8..7e2b3b5 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ The application provides the following endpoints: - `/beammp/search?host=&port=` - `/factorio/search?host=&port=` +- `/front/search?host=&port=` - `/palworld/search?host=&port=` - `/scum/search?host=&port=` @@ -58,14 +59,16 @@ cp .env.example .env Here's what each variable in the `.env` file represents: -- `DATABASE_URL`: The URL of your mongodb database. -- `PORT`: The port number on which the Flask application will run. -- `SECRET_KEY`: Flask application secret key. -- `FACTORIO_USERNAME`: Your Factorio username. -- `FACTORIO_TOKEN`: Your Factorio token. -- `USERNAME`: The username for the Flask-MonitoringDashboard. -- `PASSWORD`: The password for the Flask-MonitoringDashboard. -- `SECURITY_TOKEN`: The security token for the Flask-MonitoringDashboard. +| Variable | Description | +| --- | --- | +| `DATABASE_URL` | The URL of your mongodb database. | +| `PORT` | The port number on which the Flask application will run. | +| `SECRET_KEY` | Flask application secret key. | +| `FACTORIO_USERNAME` | Your Factorio username. | +| `FACTORIO_TOKEN` | Your Factorio token. | +| `USERNAME` | The username for the Flask-MonitoringDashboard. | +| `PASSWORD` | The password for the Flask-MonitoringDashboard. | +| `SECURITY_TOKEN` | The security token for the Flask-MonitoringDashboard. | ## Running the Application (Development)