From fe8c2806cdba70479e351299881a395dc2be7785 Mon Sep 17 00:00:00 2001 From: wdenk Date: Sun, 3 Nov 2002 00:38:21 +0000 Subject: Initial revision --- tools/bddb/config.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tools/bddb/config.php (limited to 'tools/bddb/config.php') diff --git a/tools/bddb/config.php b/tools/bddb/config.php new file mode 100644 index 0000000000..8d54993c58 --- /dev/null +++ b/tools/bddb/config.php @@ -0,0 +1,16 @@ + + // CSIRO Manufacturing Science and Technology, Preston Lab + + // mysql database access info + $mysql_user="fred"; + $mysql_pw="apassword"; + $mysql_db="mydbname"; + + // where to put the eeprom config files + $bddb_cfgdir = '/tftpboot/bddb'; + + // what this database is called + $bddb_label = 'Hymod Board Database'; +?> -- cgit v1.2.1