mirror of
https://github.com/YunoHost-Apps/facilmap_ynh.git
synced 2024-09-03 18:36:07 +02:00
cleaning
This commit is contained in:
parent
c2b763a019
commit
0f527e9a16
2 changed files with 8 additions and 8 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# Copy this file to config.env when running FacilMap standalone.
|
||||||
|
# Find all the available configuration options in the documentation: https://docs.facilmap.org/developers/server/config.html
|
||||||
|
|
||||||
# HTTP requests made by the backend will send this User-Agent header. Please adapt to your URL and e-mail address.
|
# HTTP requests made by the backend will send this User-Agent header. Please adapt to your URL and e-mail address.
|
||||||
USER_AGENT=__USER_AGENT__
|
USER_AGENT=__USER_AGENT__
|
||||||
|
|
||||||
|
@ -22,12 +25,13 @@ ORS_TOKEN=__ORS_TOKEN__
|
||||||
# Get an API key on https://www.mapbox.com/signup/
|
# Get an API key on https://www.mapbox.com/signup/
|
||||||
MAPBOX_TOKEN=__MAPBOX_TOKEN__
|
MAPBOX_TOKEN=__MAPBOX_TOKEN__
|
||||||
|
|
||||||
# MapZen is used for getting elevation information
|
|
||||||
# Get an API key on https://mapzen.com/developers/sign_up
|
|
||||||
#MAPZEN_TOKEN=
|
|
||||||
|
|
||||||
# Maxmind configuration. If specified, the maxmind GeoLite2 database will be downloaded
|
# Maxmind configuration. If specified, the maxmind GeoLite2 database will be downloaded
|
||||||
# for Geo IP lookup (to show the initial map state) and kept in memory.
|
# for Geo IP lookup (to show the initial map state) and kept in memory.
|
||||||
# Sign up here: https://www.maxmind.com/en/geolite2/signup
|
# Sign up here: https://www.maxmind.com/en/geolite2/signup
|
||||||
MAXMIND_USER_ID=__MAXMIND_USER_ID__
|
MAXMIND_USER_ID=__MAXMIND_USER_ID__
|
||||||
MAXMIND_LICENSE_KEY=__MAXMIND_LICENSE_KEY__
|
MAXMIND_LICENSE_KEY=__MAXMIND_LICENSE_KEY__
|
||||||
|
|
||||||
|
# Lima Labs provides nice double resolution layers.
|
||||||
|
# If this is defined, they are used as the default layer instead of Mapnik.
|
||||||
|
# Get an API key here: https://maps.lima-labs.com/
|
||||||
|
#LIMA_LABS_TOKEN=
|
||||||
|
|
|
@ -31,10 +31,6 @@ ynh_backup --src_path="/etc/systemd/system/$app.service"
|
||||||
|
|
||||||
ynh_backup --src_path="/etc/logrotate.d/$app"
|
ynh_backup --src_path="/etc/logrotate.d/$app"
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# BACKUP VARIOUS FILES
|
|
||||||
#=================================================
|
|
||||||
|
|
||||||
ynh_backup --src_path="/var/log/$app/"
|
ynh_backup --src_path="/var/log/$app/"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue