Contact developer
File a bug or feature request                                                                         RSS
|
|
plasmidb/config/db.conf
################################################################### # Database options. # # Keep a list of databases here. Some may be 'production', # # others may be usedul for 'testing' or as 'backups'. # # The format of the 'data source name' - DSN, is described here: # # http://pear.php.net/manual/en/package.database.db.intro-dsn.php # ################################################################### dsn=mysqli://root:Pa22W0rd@localhost/plasmidb2_development ###################################################################
plasmidb/config/app.conf
################################################################# # Plasmidb Configuration File # Normally BASE_DIR should be figured out automatically ################################################################# #BASE_DIR = "/var/www"; PHLY_DIR = "Phly" APPLICATION_DIR = "plasmidb" BIOPHP_DIR = "Bio" HTML_DIR = "Html" #################################################################