init commit
This commit is contained in:
11
public/config/settings.prod.json
Normal file
11
public/config/settings.prod.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"apiConfig": {
|
||||
"baseUrl": "http://localhost:3000",
|
||||
"endpoints": {
|
||||
"auth": {
|
||||
"login": "/auth/login",
|
||||
"validateToken": "/auth/validate-token"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user