mirror of
https://github.com/Forceu/Gokapi.git
synced 2025-12-29 12:59:35 -06:00
Replaced old env variables from examples
This commit is contained in:
@@ -37,7 +37,7 @@ Linux / Unix
|
||||
For Linux / Unix environments, execute the binary in this format:
|
||||
::
|
||||
|
||||
GOKAPI_USERNAME=admin GOKAPI_PASSWORD=123456 [...] ./Gokapi
|
||||
GOKAPI_PORT=12345 GOKAPI_DB_NAME=database.sqlite [...] ./Gokapi
|
||||
|
||||
Windows
|
||||
""""""""
|
||||
@@ -45,8 +45,8 @@ Windows
|
||||
For Windows environments, you need to run ``setx`` first, e.g.:
|
||||
::
|
||||
|
||||
setx GOKAPI_USERNAME admin
|
||||
setx GOKAPI_PASSWORD 123456
|
||||
setx GOKAPI_PORT 12345
|
||||
setx GOKAPI_DB_NAME database.sqlite
|
||||
[...]
|
||||
Gokapi.exe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user