Skip to content

Commit

Permalink
feat(config): change to DO managed mysql for test server
Browse files Browse the repository at this point in the history
  • Loading branch information
sunehs committed May 31, 2024
1 parent 57d8eab commit 6c85a9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config.defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ export default {

// Database
mysql: {
host: 'sql-master.elma.online',
port: 3306,
host: 'eol-sql-amd-do-user-3380165-0.c.db.ondigitalocean.com',
port: 25060,
user: 'sandbox',
pass: 'cksnmbmlfchozooqrdxahytwer',
pass: 'AVNS_BMv__q3E57g5owVincz',
database: 'eolwebtest',
},

Expand Down

0 comments on commit 6c85a9a

Please sign in to comment.