Changes and addittion for Drone CI

This commit is contained in:
nickolasdaniel
2022-03-17 14:47:12 +02:00
committed by Dan Christian Bogos
parent d4f6086322
commit 9e92552df5
8 changed files with 211 additions and 47 deletions

View File

@@ -0,0 +1 @@
../../../storage/mysql/

View File

@@ -1,9 +0,0 @@
--
-- Sample db and users creation. Replace here with your own details
--
CREATE DATABASE cgrates2;
GRANT ALL on cgrates.* TO 'cgrates'@'127.0.0.1' IDENTIFIED BY 'CGRateS.org';
GRANT ALL on cgrates2.* TO 'cgrates'@'127.0.0.1' IDENTIFIED BY 'CGRateS.org';