mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
fix(supabase): remove trailing comma in JSON (#466)
This commit is contained in:
@@ -10,13 +10,13 @@ container_name_prefix = "${APP_NAME}-supabase"
|
||||
anon_key_payload = """{
|
||||
"role": "anon",
|
||||
"iss": "supabase",
|
||||
"exp": ${timestamps:2030-01-01T00:00:00Z},
|
||||
"exp": ${timestamps:2030-01-01T00:00:00Z}
|
||||
}
|
||||
"""
|
||||
service_role_key_payload = """{
|
||||
"role": "service_role",
|
||||
"iss": "supabase",
|
||||
"exp": ${timestamps:2030-01-01T00:00:00Z},
|
||||
"exp": ${timestamps:2030-01-01T00:00:00Z}
|
||||
}
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user