PHP Classes

File: apppython/database/config.py

Recommend this page to a friend!
  Classes of Rodrigo Faustino   Chat SSE   apppython/database/config.py   Download  
File: apppython/database/config.py
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Chat SSE
Exchange chat messages using server-sent events
Author: By
Last change:
Date: 1 month ago
Size: 196 bytes
 

Contents

Class file image Download
DB_CONFIG = { 'host': 'localhost', 'port': 3306, 'user': 'root', 'password': 'usbw', 'db': 'a01_teste', } ORIGINS = [ "http://localhost", "http://localhost:8080", ]