index
:
fia
master
Multiplayer Ludo game made with JS
Maks Jopek <maks@jopek.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
public
/
php
/
dbCredentials.php
blob: 87bbfd5cc425ca3a89d34203fab43ad5117a73bf (
plain
) (
blame
)
1
2
3
4
<?
php
$apiKey
=
"secureApiKey123(!*"
;
$dbUser
=
"admin"
;
$dbPassword
=
"qwerty123"
;