[REPO REFACTOR]: changed to a better git repository structure with branches
This commit is contained in:
12
public/config/settings.dev.json
Normal file
12
public/config/settings.dev.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"apiConfig": {
|
||||
"baseUrl": "https://api.miarma.net/mpaste",
|
||||
"endpoints": {
|
||||
"pastes": {
|
||||
"all": "/raw/v1/pastes",
|
||||
"byId": "/raw/v1/pastes/:paste_id",
|
||||
"byKey": "/v1/pastes/:paste_key"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
12
public/config/settings.prod.json
Normal file
12
public/config/settings.prod.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"apiConfig": {
|
||||
"baseUrl": "https://api.miarma.net/mpaste",
|
||||
"endpoints": {
|
||||
"pastes": {
|
||||
"all": "/raw/v1/pastes",
|
||||
"byId": "/raw/v1/pastes/:paste_id",
|
||||
"byKey": "/v1/pastes/:paste_key"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user