mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-27 11:16:35 +00:00
fix wrong cloudflare field key
This commit is contained in:
parent
decb98afe2
commit
7d58eb3d92
|
@ -25,7 +25,7 @@ class CreateProviderFields(Migration):
|
|||
with WriteUserData() as userdata:
|
||||
userdata["dns"] = {
|
||||
"provider": "CLOUDFLARE",
|
||||
"apiToken": userdata["cloudflare"]["apiToken"],
|
||||
"apiKey": userdata["cloudflare"]["apiKey"],
|
||||
}
|
||||
userdata["server"] = {
|
||||
"provider": "HETZNER",
|
||||
|
|
Loading…
Reference in a new issue