author | Peter Gervai <grin@grin.hu> |
Wed, 15 May 2024 09:50:23 +0200 | |
changeset 14 | d2d8803e35ec |
parent 2 | b78794f00e34 |
permissions | -rw-r--r-- |
2
b78794f00e34
Add dottr.pl login file and update the description a wee bit
Peter Gervai <grin@grin.hu>
parents:
diff
changeset
|
1 |
# databadse login data |
b78794f00e34
Add dottr.pl login file and update the description a wee bit
Peter Gervai <grin@grin.hu>
parents:
diff
changeset
|
2 |
package DatabaseLoginData; |
b78794f00e34
Add dottr.pl login file and update the description a wee bit
Peter Gervai <grin@grin.hu>
parents:
diff
changeset
|
3 |
|
b78794f00e34
Add dottr.pl login file and update the description a wee bit
Peter Gervai <grin@grin.hu>
parents:
diff
changeset
|
4 |
our $db_user = "racktables_user"; |
b78794f00e34
Add dottr.pl login file and update the description a wee bit
Peter Gervai <grin@grin.hu>
parents:
diff
changeset
|
5 |
our $db_pw = "guljicbibatvo"; |
b78794f00e34
Add dottr.pl login file and update the description a wee bit
Peter Gervai <grin@grin.hu>
parents:
diff
changeset
|
6 |
our $db_host = "rtdb.example.com"; |
b78794f00e34
Add dottr.pl login file and update the description a wee bit
Peter Gervai <grin@grin.hu>
parents:
diff
changeset
|
7 |
|
b78794f00e34
Add dottr.pl login file and update the description a wee bit
Peter Gervai <grin@grin.hu>
parents:
diff
changeset
|
8 |
1; |