diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-11-17 13:24:42 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-11-17 13:24:42 -0800 |
| commit | 96019367e8f72eac26abd3b7a908c2b914bd1ae1 (patch) | |
| tree | fa7dbe66ea8b12bde0970dc8db27f7601464b3b8 /config.ini | |
| parent | c159e86a3487dbae79de8d0887f288625084bfcd (diff) | |
v2: add initial Next JS files, remove static templates
Diffstat (limited to 'config.ini')
| -rw-r--r-- | config.ini | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/config.ini b/config.ini deleted file mode 100644 index 8fda670..0000000 --- a/config.ini +++ /dev/null @@ -1,32 +0,0 @@ -[SQL] -; Database connection details -host = localhost -user = root -password = -database = Nijitrack_Dev - -[TABLES] -; Names of the tables that should be created in the database - -; Current subscriber data -live = subscriber_data -historical = subscriber_data_historical -daily = 24h_historical - -[API] -holodex = HOLODEXAPI -youtube = YOUTUBEAPI - -[PATH] -root_html = stats - -[WEBSITE] -; Website details -homepage = https://nijitracker.com -title = Nijitracker -description = A site that tracks the historical subscriber data for Nijisanji affiliated livers -icon = https://raw.githubusercontent.com/pinapelz/NijiTrack/master/assets/icon.png -timezone = PST -footer_message = This is a demo of Nijitrack, a way to track historical subscriber data for any set of channels on YouTube.<br>This webpage is not affiliated with ANYCOLOR or any of the channels listed here in any way<br>Date Started: 2023-03-26 - - |
