Browse Source

chore: add missing environment variables to readme

Tienson Qin 5 years ago
parent
commit
83c62b1825
1 changed files with 3 additions and 1 deletions
  1. 3 1
      readme.org

+ 3 - 1
readme.org

@@ -40,6 +40,8 @@ You'll also need to make a Logseq DB in PostgreSQL. Do that with ~createdb logse
          # Replace your-code-directory and your-app.private-key.pem with yours
          # Replace your-code-directory and your-app.private-key.pem with yours
          export GITHUB_APP_PEM="/your-code-directory/your-app.private-key.pem"
          export GITHUB_APP_PEM="/your-code-directory/your-app.private-key.pem"
          export LOG_PATH="/tmp/logseq"
          export LOG_PATH="/tmp/logseq"
+         export PG_USERNAME="xxx"
+         export PG_PASSWORD="xxx"
        #+END_SRC
        #+END_SRC
 
 
 *** 5. Compile to JavaScript
 *** 5. Compile to JavaScript
@@ -85,4 +87,4 @@ You'll also need to make a Logseq DB in PostgreSQL. Do that with ~createdb logse
     Run ~start-windows.bat~ which is located in the repo. This will open a second terminal that runs Logseq's backend server.
     Run ~start-windows.bat~ which is located in the repo. This will open a second terminal that runs Logseq's backend server.
     To completely stop Logseq, you'll need to also close that second terminal that was opened.
     To completely stop Logseq, you'll need to also close that second terminal that was opened.
 
 
-    ~start-windows.bat~ will try to start PostgreSQL for you if it's not already started.
+    ~start-windows.bat~ will try to start PostgreSQL for you if it's not already started.