Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Oct 1, 2024
1 parent c39d21b commit 7a7b778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions plugins/pgadmin/conf/config_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
SQLITE_PATH = '{$DATA_PATH}/pgadmin4/pgadmin4.db'
SESSION_DB_PATH = '{$DATA_PATH}/pgadmin4/sessions'
STORAGE_DIR = '{$DATA_PATH}/pgadmin4/storage'
AZURE_CREDENTIAL_CACHE_DIR = '{$DATA_PATH}/pgadmin4/azurecredentialcache'
SERVER_MODE = True
2 changes: 1 addition & 1 deletion plugins/pgadmin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ echo "python:$P_VER"

# source /www/server/pgadmin/run/bin/activate
# python /www/server/pgadmin/run/lib/python3.10/site-packages/pgadmin4/setup.py
# python /www/server/pgadmin/run/lib/python3.10/site-packages/pgadmin4/setup.py add-user xxx@gmail.com 123123
# python /www/server/pgadmin/run/lib/python3.10/site-packages/pgadmin4/setup.py add-user mdserver-web@gmail.com 123123
# cd /www/server/mdserver-web && python3 plugins/pgadmin/index.py start
# cd /www/server/mdserver-web && python3 plugins/pgadmin/index.py stop

Expand Down

0 comments on commit 7a7b778

Please sign in to comment.