Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinnguyenai committed Sep 3, 2021
1 parent a2ac40d commit 9440656
Show file tree
Hide file tree
Showing 8 changed files with 6,214 additions and 0 deletions.
1,075 changes: 1,075 additions & 0 deletions config/kamailio-dispatcher.cfg

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions containers/mysql/resources/grants.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
GRANT USAGE ON *.* TO 'kamailio'@'localhost' IDENTIFIED BY PASSWORD '*2870144497941F902294EDABA260A0A4A15078E4';
GRANT ALL PRIVILEGES ON `kamailio`.* TO 'kamailio'@'localhost';
GRANT USAGE ON *.* TO 'kamailioro'@'localhost' IDENTIFIED BY PASSWORD '*CF29822D11D49E1965F110105EACFBE9202F1A31';
GRANT SELECT ON `kamailio`.* TO 'kamailioro'@'localhost';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED VIA unix_socket WITH GRANT OPTION;
GRANT PROXY ON ''@'%' TO 'root'@'localhost' WITH GRANT OPTION;
Loading

0 comments on commit 9440656

Please sign in to comment.