PHP Classes

File: src/config/databases.json.dist

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   ???   Download  
File: src/config/???
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change: Update of src/config/databases.json.dist
Date: 9 days 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": [] } ] }