mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
6 lines
112 B
Python
6 lines
112 B
Python
|
|
HELP_PATH = '../../../share/docs/en_US/html/'
|
||
|
|
DEFAULT_BINARY_PATHS = {
|
||
|
|
'pg': '/usr/bin',
|
||
|
|
'ppas': ''
|
||
|
|
}
|