mirror of
https://github.com/Leahnaya/smash-or-pass.git
synced 2026-03-21 21:34:07 -05:00
5 lines
80 B
JavaScript
5 lines
80 B
JavaScript
const Config = {
|
|
apiBaseUrl: 'http://localhost:8080',
|
|
logLevel: 'DEBUG',
|
|
};
|