You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Project
|
|
PROJECT_NAME=ovh-dyndns
|
|
|
|
# Docker version
|
|
DOCKER_OVH_VERSION=2.0.0
|
|
|
|
# General config
|
|
HOSTS_CONFIG_FILE_PATH=./config/hosts.json
|
|
UPDATE_INTERVAL=300
|
|
|
|
# Logger
|
|
LOGGER_NAME=ovh-dydns
|
|
LOGGER_LEVEL=INFO |