Add initial HTML template for MojeGS1 application with Cookiebot and Google Analytics integration

This commit is contained in:
2026-02-24 23:32:19 +01:00
parent 18d0019c28
commit 12f0c262c8
67 changed files with 50193 additions and 230 deletions

View File

@@ -0,0 +1,9 @@
INSERT INTO app_settings (setting_key, setting_value, created_at, updated_at)
VALUES
('gs1_api_login', '', NOW(), NOW()),
('gs1_api_password', '', NOW(), NOW()),
('gs1_prefix', '590532390', NOW(), NOW()),
('gs1_default_brand', 'marianek.pl', NOW(), NOW()),
('gs1_default_gpc_code', '10008365', NOW(), NOW())
ON DUPLICATE KEY UPDATE
updated_at = VALUES(updated_at);