mirror of
https://gitlab.com/ceda_ei/Datology-Bot
synced 2026-03-13 17:50:05 +01:00
Added .gitignore to avoid credentials, added sample credentials. Added setup to create table.
9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
<?php
|
|
return array(
|
|
"servername" => "localhost",
|
|
"username" => "username_goes_here",
|
|
"password" => "password_goes_here",
|
|
"database" => "database_name_goes_here"
|
|
);
|
|
?>
|