| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "development": {
- "username": "root",
- "password": "NSH01Y0GTmUNjgg6xw80qg==",
- "database": "cwg_crm",
- "host": "103.171.34.61",
- "port": "28571",
- "dialect": "mysql",
- "define": {
- "timestamps": false
- }
- },
- "development1": {
- "username": "root",
- "password": "NSH01Y0GTmUNjgg6xw80qg==",
- "database": "cwg_crm",
- "host": "103.214.175.29",
- "port": "28571",
- "dialect": "mysql",
- "define": {
- "timestamps": false
- }
- },
- "test": {
- "username": "7star",
- "password": "123456",
- "database": "cwg_crm",
- "host": "103.171.34.61",
- "port": "28571",
- "dialect": "mysql"
- },
- "production": {
- "username": "website_user_new",
- "password": "dR9ZAk(#DH9I&QYVH6AD",
- "database": "cwg_crm",
- "port": "3306",
- "host": "8.211.56.222",
- "dialect": "mysql",
- "define": {
- "timestamps": false
- }
- },
- "secret": "a secret that no one should guess"
- }
|