BBS-Universal
view release on metacpan or search on metacpan
## CONFIGURATION
The system requires a very minimal static configuration file to give access to the database. The rest of the configuration is stored in the database.
The file **conf/bbs.rc** :
```
# Minimum Configuration for BBS Universal. Only Database info goes here.
# The rest resides in the Database. Comments and empty lines are ignored
# Make this file belong only to you via "chmod 600".
# Change the username and password to whatever you set your account to.
DATABASE NAME = BBSUniversal
DATABASE TYPE = mysql
DATABASE USERNAME = bbssystem
DATABASE PASSWORD = bbspass
DATABASE HOSTNAME = localhost
DATABASE PORT = 3306
```
conf/bbs.rc view on Meta::CPAN
# Minimum Configuration for BBS Universal. Only Database info goes here.
# The rest resides in the Database. Comments and empty lines are ignored
# Make this file belong only to you via "chmod 600".
# Change the username and password to whatever you set your account to.
DATABASE NAME = BBSUniversal
DATABASE TYPE = mysql
DATABASE USERNAME = bbssystem
DATABASE PASSWORD = bbspass
DATABASE HOSTNAME = localhost
DATABASE PORT = 3306
( run in 0.507 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )