mirror of
https://github.com/YunoHost-Apps/pgadmin_ynh.git
synced 2024-09-03 19:56:38 +02:00
5 lines
95 B
Python
5 lines
95 B
Python
#!/usr/bin/env python3
|
|
|
|
DESKTOP_USER = '__APP__@__DOMAIN__'
|
|
|
|
DATA_DIR = '__INSTALL_DIR__/data'
|