PHP Classes

File: src/config/databases.json.dist

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/config/databases.json.dist   Download  
File: src/config/databases.json.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change: Add a very basic integration test.

Skip more.

Fix unit tests.

Travis CI is a pain.

Travis CI is pathologically incapable of being simple to work with

I give up. Fix it later.

Life's too short for getting Travis CI to work.
Merge pull request #112 from UmeshAawte/master

No need of border if using shadow
Date: 7 years ago
Size: 603 bytes
 

Contents

Class file image Download
{ /* "default" is (appropriately) the default database. If no database is labeled "default", then the first one will be used. Each database supports an array of possible connection points (for horizontal scaling). */ "default": [ { "driver": "pgsql", "host": "localhost", "port": 5432, "database": "airship_test", "username": "postgres", "password": "", "options": [] } ] }