SystemRage / py-kms

KMS Server Emulator written in Python
The Unlicense
2.04k stars 618 forks source link

location of SQLite database file #88

Closed tuaris closed 3 years ago

tuaris commented 3 years ago

Where does the database file get created? Can it be changed through a CLI argument?

SystemRage commented 3 years ago

python3 pykms_Server.py -s creates _pykmsdatabase.db in the same path of pykms_Server.py file. python3 pykms_Server.py -s /custom/path/yourdatabase.db creates yourdatabase.db under /custom/path/

simonmicro commented 3 years ago

@tuaris I guess this can be closed now?

tuaris commented 3 years ago

@Simonmicro yep. Thanks.