mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-30 04:36:39 +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:
|
with WriteUserData() as userdata:
|
||||||
userdata["dns"] = {
|
userdata["dns"] = {
|
||||||
"provider": "CLOUDFLARE",
|
"provider": "CLOUDFLARE",
|
||||||
"apiToken": userdata["cloudflare"]["apiToken"],
|
"apiKey": userdata["cloudflare"]["apiKey"],
|
||||||
}
|
}
|
||||||
userdata["server"] = {
|
userdata["server"] = {
|
||||||
"provider": "HETZNER",
|
"provider": "HETZNER",
|
||||||
|
|
Loading…
Reference in a new issue