This commit is contained in:
17
data/README.md
Normal file
17
data/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Persistent data storage
|
||||
|
||||
## data/sessions
|
||||
|
||||
This directory contains session data for the application. Each session is stored in a separate file.
|
||||
|
||||
## data/users
|
||||
|
||||
This directory contains user data for the application. Each user is stored in a separate file.
|
||||
|
||||
## kml_votes.json
|
||||
|
||||
This file contains the KML votes for the application. It is a JSON file that contains an array of objects, each with a filename and a vote count.
|
||||
|
||||
## users.json
|
||||
|
||||
This file contains the users for the application. It is a JSON file that contains an array of objects, each with a username and a password.
|
||||
Reference in New Issue
Block a user