Fix permissions of collab-clicker-ssr example.

This commit is contained in:
Sebastian Jeltsch
2025-08-28 14:28:12 +02:00
parent 240cc1d775
commit aaf4f09bab

View File

@@ -1,17 +1,5 @@
# Auto-generated config.Config textproto
email {
user_verification_template {
subject: "Validate your Email Address for {{ APP_NAME }}"
body: "<html>\n <body>\n <h1>Welcome {{ EMAIL }}</h1>\n\n <p>\n Thanks for joining {{ APP_NAME }}.\n </p>\n\n <p>\n To be able to log in, first validate your email by clicking the link below.\n </p>\n\n <a class=\"btn\" href=\"{{ VERIFICATION_URL }}\">\n {{ VERIFICATION_URL }}\n </a>\n </body>\n</html>"
}
password_reset_template {
subject: "Reset your Password for {{ APP_NAME }}"
body: "<html>\n <body>\n <h1>Password reset</h1>\n\n <p>\n Click the link below to reset your password.\n </p>\n\n <a class=\"btn\" href=\"{{ VERIFICATION_URL }}\">\n {{ VERIFICATION_URL }}\n </a>\n </body>\n</html>"
}
change_email_template {
subject: "Change your Email Address for {{ APP_NAME }}"
body: "<html>\n <body>\n <h1>Change E-Mail Address</h1>\n\n <p>\n Click the link below to verify your new E-mail address:\n </p>\n\n <a class=\"btn\" href=\"{{ VERIFICATION_URL }}\">\n {{ VERIFICATION_URL }}\n </a>\n </body>\n</html>"
}
}
server {
application_name: "TrailBase"
@@ -26,6 +14,7 @@ record_apis: [
{
name: "counter"
table_name: "counter"
enable_subscriptions: true
acl_world: [READ]
}
]