SystemRage / py-kms

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

Change default SQLITE flag to False #123

Closed wulfftech closed 3 years ago

wulfftech commented 3 years ago

Documentation and code suggests SQL is set to False by default however this flag in this file is set to true, causing OOTB errors for new docker installations.

wulfftech commented 3 years ago

Issue #124 is associated with this PR

simonmicro commented 3 years ago

@SystemRage DO NOT MERGE. This request just disables the sqlite functionality by default from the image which is explicitly build for that. @wulfftech Please close this :grin:

122 Already provides a correction, which I'll merge asap into the entrypoint!

wulfftech commented 3 years ago

okay, as long as it works