Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 168 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 168 Bytes

air_ticket_system

CSCI-SHU 213 final project

An example of config.json

{
    "host":"localhost",
    "port":3306,
    "user":"root",
    "password":""
}