1
1
mirror of https://gitlab.com/ceda_ei/Datology-Bot synced 2026-03-13 17:50:05 +01:00
Files
Datology-Bot/mysql_credentials.php.sample
Ceda EI 25592475f0 Sample config, setup and .gitignore.
Added .gitignore to avoid credentials, added sample credentials. Added setup to create table.
2018-03-26 20:37:19 +05:30

9 lines
175 B
Plaintext

<?php
return array(
"servername" => "localhost",
"username" => "username_goes_here",
"password" => "password_goes_here",
"database" => "database_name_goes_here"
);
?>