9 lines
208 B
Text
9 lines
208 B
Text
|
export default {
|
||
|
service: {
|
||
|
url: 'https://{{ web_domain }}/api',
|
||
|
auth: {
|
||
|
username: '{{ legacy_api_user }}',
|
||
|
password: '{{ legacy_api_password }}'
|
||
|
}
|
||
|
}
|
||
|
};
|