mirror of
https://github.com/YunoHost-Apps/statpingng_ynh.git
synced 2024-09-03 20:26:24 +02:00
17 lines
303 B
Bash
17 lines
303 B
Bash
VERBOSE=1
|
|
|
|
DB_CONN=postgres
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USER=__DB_USER__
|
|
DB_PASS=__DB_PWD__
|
|
DB_DATABASE=__DB_NAME__
|
|
|
|
LANGUAGE=__LANGUAGE__
|
|
|
|
NAME=YunoHost status page
|
|
DESCRIPTION=An extern monitoring tool
|
|
DOMAIN=https://__DOMAIN__
|
|
ADMIN_USER=__ADMIN__
|
|
ADMIN_PASSWORD=__PASSWORD__
|
|
SAMPLE_DATA=false
|