diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-04-13 01:20:53 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-04-13 01:20:53 -0700 |
| commit | 6d084b98235bf1799e17fc17aad7ab9894621915 (patch) | |
| tree | 3ef588dbe0b5bfb723e17d94f90e2303455852f8 /backend/config.ini | |
| parent | 5066658bf9c6f5a515efeb0c69793734a53e9755 (diff) | |
change backend API to a submodule
Diffstat (limited to 'backend/config.ini')
| -rw-r--r-- | backend/config.ini | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/backend/config.ini b/backend/config.ini deleted file mode 100644 index 0110dea..0000000 --- a/backend/config.ini +++ /dev/null @@ -1,31 +0,0 @@ -[SQL] -; Database connection details -host = localhost -user = root -password = root -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 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 - - |
