瀏覽代碼

chore: add missing environment variables to readme

Tienson Qin 5 年之前
父節點
當前提交
83c62b1825
共有 1 個文件被更改,包括 3 次插入1 次删除
  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
          export GITHUB_APP_PEM="/your-code-directory/your-app.private-key.pem"
          export LOG_PATH="/tmp/logseq"
+         export PG_USERNAME="xxx"
+         export PG_PASSWORD="xxx"
        #+END_SRC
 
 *** 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.
     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.