Proje dosyaları eklendi
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user