add environments
This commit is contained in:
parent
03fbda6af7
commit
c908425ca3
3
memori-backend/environments/development.bru
Normal file
3
memori-backend/environments/development.bru
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
vars {
|
||||
baseUrl: http://localhost:7778
|
||||
}
|
||||
3
memori-backend/environments/production.bru
Normal file
3
memori-backend/environments/production.bru
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
vars {
|
||||
baseUrl: https://backend.memori.ai
|
||||
}
|
||||
3
memori-backend/environments/staging.bru
Normal file
3
memori-backend/environments/staging.bru
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
vars {
|
||||
baseUrl: https://backend-staging.memori.ai
|
||||
}
|
||||
3
memori-backend/environments/wiit.bru
Normal file
3
memori-backend/environments/wiit.bru
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
vars {
|
||||
baseUrl: https://backend.ai.wiit-cloud.io
|
||||
}
|
||||
3
memori-engine/environments/development.bru
Normal file
3
memori-engine/environments/development.bru
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
vars {
|
||||
baseUrl: http://localhost:7778
|
||||
}
|
||||
3
memori-engine/environments/production.bru
Normal file
3
memori-engine/environments/production.bru
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
vars {
|
||||
baseUrl: https://engine.memori.ai
|
||||
}
|
||||
3
memori-engine/environments/staging.bru
Normal file
3
memori-engine/environments/staging.bru
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
vars {
|
||||
baseUrl: https://backend.memori.ai
|
||||
}
|
||||
3
memori-engine/environments/wiit.bru
Normal file
3
memori-engine/environments/wiit.bru
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
vars {
|
||||
baseUrl: https://engine.ai.wiit-cloud.io
|
||||
}
|
||||
Loading…
Reference in a new issue