-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I am learning about distributed storage and am experimenting with your codebase, but I cannot make it run properly as I do not know how to create the files. Do you have an example of those configuration files referenced in the README?
from server.database_config import DatabaseConfig
# Create an instance of DatabaseConfig
config = DatabaseConfig()
# Set the attributes
config.hostname = "your_hostname"
config.port = your_port
config.databases = {"database_name": "database_path"}
# Save the config to a file
config.save("config_file_path")Metadata
Metadata
Assignees
Labels
No labels