Skip to content

Repository files navigation

Using Nightingale

Make sure credentials.php file is present for accessing the DB. Define the db connection constants in credentials.php as follows:

<?php

define('DB_USERNAME', 'example');
define('DB_PASSWORD', 'eX4mP13');
define('DB_NAME', 'exampledb');
define('DOMAIN_NAME', '127.0.0.1');

About

A content management system aims to be fast, compatible when update and have stable abi for function calling.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages