-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7329019
commit 1561583
Showing
6 changed files
with
34 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
# The URL of your mongodb database. | ||
# The URL of your mongodb database. (Required) | ||
DATABASE_URL= | ||
|
||
# Flask application | ||
# The port number on which the Flask application will run. | ||
PORT=8000 | ||
SECRET_KEY=0a431f4a5f5851adfa37107a9035e6644c2b0124f9c3d1c1 | ||
|
||
# Factorio username and token | ||
FACTORIO_USERNAME= | ||
FACTORIO_TOKEN= | ||
# Flask application secret key. | ||
SECRET_KEY= | ||
|
||
# Flask-MonitoringDashboard | ||
USERNAME=admin | ||
PASSWORD=admin | ||
SECURITY_TOKEN=cc83733cb0af8b884ff6577086b87909 | ||
|
||
# Factorio username and token | ||
FACTORIO_USERNAME= | ||
FACTORIO_TOKEN= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
from .BeamMP import BeamMP # noqa: F401 | ||
from .Factorio import Factorio # noqa: F401 | ||
from .Front import Front # noqa: F401 | ||
from .MasterServer import MasterServer # noqa: F401 | ||
from .Palworld import Palworld # noqa: F401 | ||
from .Scum import Scum # noqa: F401 | ||
from .TheFront import TheFront # noqa: F401 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters