mirror of
https://github.com/appy-one/acebase-client.git
synced 2026-05-25 14:12:15 -06:00
5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
export const settings = {
|
|
port: 7654,
|
|
user: 'admin',
|
|
password: 'localtestdb',
|
|
};
|