Proje dosyaları eklendi

This commit is contained in:
2026-08-29 15:53:53 +03:00
commit d3313400ca
440 changed files with 24827 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
mariadb
CREATE DATABASE trafficpumper_testing
CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;
CREATE USER 'trafficpumper'@'localhost'
IDENTIFIED BY 'aZ2eB8pB';
GRANT ALL PRIVILEGES ON trafficpumper.*
TO 'trafficpumper'@'localhost';
GRANT ALL PRIVILEGES ON trafficpumper_testing.*
TO 'trafficpumper'@'localhost';
FLUSH PRIVILEGES;
user : trafficpumper
password : aZ2eB8pB
http://192.168.1.200:8000/tasks
test :
curl -X GET "http://localhost:8000/tasks" -H "Accept: application/json" -H "Authorization: Bearer tpe_1FbDmAO7j5BuotImxivrfuf4EG24xgIM"