summaryrefslogtreecommitdiff
path: root/f3s/opodsync/config.dist.php
diff options
context:
space:
mode:
Diffstat (limited to 'f3s/opodsync/config.dist.php')
-rw-r--r--f3s/opodsync/config.dist.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/f3s/opodsync/config.dist.php b/f3s/opodsync/config.dist.php
deleted file mode 100644
index b5e7157..0000000
--- a/f3s/opodsync/config.dist.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-// base url of the server, for example "https://example.com/gpodder"
-// if not set, the server will try to guess it
-// define("GPODDER_BASE_URL", "https://example.com/gpodder");
-
-// directory to store the database and other data
-// if not set, the server will use the "data" directory in the same directory as this script
-// define("GPODDER_DATA_DIR", "/var/www/server/data");
-
-// allow new user registrations after the first user is created
-// define("GPODDER_ALLOW_REGISTRATIONS", true);
-
-// enable logging
-// define("GPODDER_LOG_LEVEL", "debug");