diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-09 11:54:36 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-09 11:54:36 +0300 |
| commit | a32b93bb5fb23d805ea045d6f1ded29b0ba69218 (patch) | |
| tree | b4ca89c8b819b4354ac09ceda395e9f4afac9b53 /f3s/opodsync/config.dist.php | |
| parent | 734b979d98182925733c818b64e8421f80204ab0 (diff) | |
Update
Diffstat (limited to 'f3s/opodsync/config.dist.php')
| -rw-r--r-- | f3s/opodsync/config.dist.php | 15 |
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"); |
