Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7b6069b

Browse filesBrowse files
authored
Added SITE_SEARCH_DATABASE_URL to dashboard.sh (#1597)
1 parent fd1e3f8 commit 7b6069b
Copy full SHA for 7b6069b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎docker/dashboard.sh

Copy file name to clipboardExpand all lines: docker/dashboard.sh
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
set -e
33

44
export DATABASE_URL=postgres://postgresml:postgresml@127.0.0.1:5432/postgresml
5+
export SITE_SEARCH_DATABASE_URL=postgres://postgresml:postgresml@127.0.0.1:5432/postgresml
56
export DASHBOARD_STATIC_DIRECTORY=/usr/share/pgml-dashboard/dashboard-static
67
export DASHBOARD_CMS_DIRECTORY=/usr/share/pgml-cms
78
export SEARCH_INDEX_DIRECTORY=/var/lib/pgml-dashboard/search-index

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.