You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,7 @@ will be prompted to provide the required values, which will be saved locally.
63
63
When hosting on remote services or using Docker, environment variables are recommended. The following variables must be
64
64
set:
65
65
66
-
-`LINKORA_SERVER_USE_ENV_VAL`: Set this to `true` to indicate the server is running on a remote service. This must
67
-
always
68
-
be `true` when using environment variables.
66
+
-`LINKORA_SERVER_USE_ENV_VAL`: Set this to `true` to enable the use of environment variables. This must always be `true` when using environment variables.
69
67
-`LINKORA_DATABASE_URL`: The database URL (without username or password).
70
68
-`LINKORA_DATABASE_USER`: The username for your database.
71
69
-`LINKORA_DATABASE_PASSWORD`: The password for your database.
@@ -104,7 +102,7 @@ This ensures the server runs as expected and avoids potential issues.
104
102
105
103
##### 3.1.2 Using Docker:
106
104
107
-
When running Docker on your local machine, pass the required environment variables using the `-e` flag:
105
+
You can set these variables directly in the Docker Desktop GUI before running the image or pass them using the `-e` flag:
0 commit comments