deployment url değişimi
This commit is contained in:
parent
412b57bc28
commit
f13ae8ade5
9 changed files with 39 additions and 39 deletions
|
|
@ -246,7 +246,7 @@ INSERT INTO [dbo].[Orders]
|
||||||
Guid? TenantId
|
Guid? TenantId
|
||||||
string Name
|
string Name
|
||||||
string Description
|
string Description
|
||||||
string Url -> https://platform-api.sozsoft.com/api/app/dinamik/yxfgu
|
string Url -> https://kurs-api.sozsoft.com/api/app/dinamik/yxfgu
|
||||||
string Method -> GET
|
string Method -> GET
|
||||||
string Params = [
|
string Params = [
|
||||||
{ Type: 'Static', Name: 'StartDate', DefaultValue: '234' },
|
{ Type: 'Static', Name: 'StartDate', DefaultValue: '234' },
|
||||||
|
|
@ -262,17 +262,17 @@ string Permissions = [
|
||||||
]
|
]
|
||||||
|
|
||||||
Query Parameter
|
Query Parameter
|
||||||
URL: https://platform-api.sozsoft.com/api/app/dinamik/yxfgu
|
URL: https://kurs-api.sozsoft.com/api/app/dinamik/yxfgu
|
||||||
Method: GET
|
Method: GET
|
||||||
Parameters: ?StartDate=2024-12-31&EndDate=2025-12-31
|
Parameters: ?StartDate=2024-12-31&EndDate=2025-12-31
|
||||||
|
|
||||||
Path Parameter
|
Path Parameter
|
||||||
URL: https://platform-api.sozsoft.com/api/app/dinamik/yxfgu/fatura/467/kalem/357
|
URL: https://kurs-api.sozsoft.com/api/app/dinamik/yxfgu/fatura/467/kalem/357
|
||||||
Method: GET
|
Method: GET
|
||||||
Parameters: FaturaId=467
|
Parameters: FaturaId=467
|
||||||
|
|
||||||
Body Parameter
|
Body Parameter
|
||||||
URL: https://platform-api.sozsoft.com/api/app/dinamik/yxfgu?UrunId=5
|
URL: https://kurs-api.sozsoft.com/api/app/dinamik/yxfgu?UrunId=5
|
||||||
Method: POST
|
Method: POST
|
||||||
Parameters: ?StartDate=2024-12-31&EndDate=2025-12-31
|
Parameters: ?StartDate=2024-12-31&EndDate=2025-12-31
|
||||||
Body: { Tutar: 2000, Tarih: '2024-12-31' }
|
Body: { Tutar: 2000, Tarih: '2024-12-31' }
|
||||||
|
|
|
||||||
|
|
@ -12,21 +12,21 @@
|
||||||
"Platform_Web": {
|
"Platform_Web": {
|
||||||
"ClientId": "Platform_Web",
|
"ClientId": "Platform_Web",
|
||||||
"ClientSecret": "1q2w3e*",
|
"ClientSecret": "1q2w3e*",
|
||||||
"RootUrl": "https://platform-dev-api.sozsoft.com"
|
"RootUrl": "https://kurs-dev-api.sozsoft.com"
|
||||||
},
|
},
|
||||||
"Platform_App": {
|
"Platform_App": {
|
||||||
"ClientId": "Platform_App",
|
"ClientId": "Platform_App",
|
||||||
"RootUrl": "https://platform-dev.sozsoft.com",
|
"RootUrl": "https://kurs-dev.sozsoft.com",
|
||||||
"TokenLifeTime": 2,
|
"TokenLifeTime": 2,
|
||||||
"RefreshTokenLifeTime": 8760
|
"RefreshTokenLifeTime": 8760
|
||||||
},
|
},
|
||||||
"Platform_Swagger": {
|
"Platform_Swagger": {
|
||||||
"ClientId": "Platform_Swagger",
|
"ClientId": "Platform_Swagger",
|
||||||
"RootUrl": "https://platform-dev-api.sozsoft.com"
|
"RootUrl": "https://kurs-dev-api.sozsoft.com"
|
||||||
},
|
},
|
||||||
"Platform_PublicApi": {
|
"Platform_PublicApi": {
|
||||||
"ClientId": "Platform_PublicApi",
|
"ClientId": "Platform_PublicApi",
|
||||||
"RootUrl": "https://platform-dev.sozsoft.com",
|
"RootUrl": "https://kurs-dev.sozsoft.com",
|
||||||
"TokenLifeTime": 2,
|
"TokenLifeTime": 2,
|
||||||
"RefreshTokenLifeTime": 8760
|
"RefreshTokenLifeTime": 8760
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,21 +12,21 @@
|
||||||
"Platform_Web": {
|
"Platform_Web": {
|
||||||
"ClientId": "Platform_Web",
|
"ClientId": "Platform_Web",
|
||||||
"ClientSecret": "1q2w3e*",
|
"ClientSecret": "1q2w3e*",
|
||||||
"RootUrl": "https://platform-api.sozsoft.com"
|
"RootUrl": "https://kurs-api.sozsoft.com"
|
||||||
},
|
},
|
||||||
"Platform_App": {
|
"Platform_App": {
|
||||||
"ClientId": "Platform_App",
|
"ClientId": "Platform_App",
|
||||||
"RootUrl": "https://platform.sozsoft.com",
|
"RootUrl": "https://kurs.sozsoft.com",
|
||||||
"TokenLifeTime": 2,
|
"TokenLifeTime": 2,
|
||||||
"RefreshTokenLifeTime": 8760
|
"RefreshTokenLifeTime": 8760
|
||||||
},
|
},
|
||||||
"Platform_Swagger": {
|
"Platform_Swagger": {
|
||||||
"ClientId": "Platform_Swagger",
|
"ClientId": "Platform_Swagger",
|
||||||
"RootUrl": "https://platform-api.sozsoft.com"
|
"RootUrl": "https://kurs-api.sozsoft.com"
|
||||||
},
|
},
|
||||||
"Platform_PublicApi": {
|
"Platform_PublicApi": {
|
||||||
"ClientId": "Platform_PublicApi",
|
"ClientId": "Platform_PublicApi",
|
||||||
"RootUrl": "https://platform.sozsoft.com",
|
"RootUrl": "https://kurs.sozsoft.com",
|
||||||
"TokenLifeTime": 2,
|
"TokenLifeTime": 2,
|
||||||
"RefreshTokenLifeTime": 8760
|
"RefreshTokenLifeTime": 8760
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"App": {
|
"App": {
|
||||||
"SelfUrl": "https://platform-dev-api.sozsoft.com",
|
"SelfUrl": "https://kurs-dev-api.sozsoft.com",
|
||||||
"ClientUrl": "https://platform-dev.sozsoft.com",
|
"ClientUrl": "https://kurs-dev.sozsoft.com",
|
||||||
"CorsOrigins": "https://platform-dev.sozsoft.com",
|
"CorsOrigins": "https://kurs-dev.sozsoft.com",
|
||||||
"RedirectAllowedUrls": "https://platform-dev.sozsoft.com,https://platform-dev.sozsoft.com/authentication/callback",
|
"RedirectAllowedUrls": "https://kurs-dev.sozsoft.com,https://kurs-dev.sozsoft.com/authentication/callback",
|
||||||
"AttachmentsPath": "/etc/api/mail-queue/attachments",
|
"AttachmentsPath": "/etc/api/mail-queue/attachments",
|
||||||
"CdnPath": "/etc/api/cdn"
|
"CdnPath": "/etc/api/cdn"
|
||||||
},
|
},
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
"Configuration": "redis:6379,abortConnect=false,connectTimeout=30000,responseTimeout=30000"
|
"Configuration": "redis:6379,abortConnect=false,connectTimeout=30000,responseTimeout=30000"
|
||||||
},
|
},
|
||||||
"AuthServer": {
|
"AuthServer": {
|
||||||
"Authority": "https://platform-dev-api.sozsoft.com",
|
"Authority": "https://kurs-dev-api.sozsoft.com",
|
||||||
"RequireHttpsMetadata": false,
|
"RequireHttpsMetadata": false,
|
||||||
"SwaggerClientId": "Platform_Swagger"
|
"SwaggerClientId": "Platform_Swagger"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"App": {
|
"App": {
|
||||||
"SelfUrl": "https://platform-api.sozsoft.com",
|
"SelfUrl": "https://kurs-api.sozsoft.com",
|
||||||
"ClientUrl": "https://platform.sozsoft.com",
|
"ClientUrl": "https://kurs.sozsoft.com",
|
||||||
"CorsOrigins": "https://platform.sozsoft.com",
|
"CorsOrigins": "https://kurs.sozsoft.com",
|
||||||
"RedirectAllowedUrls": "https://platform.sozsoft.com,https://platform.sozsoft.com/authentication/callback",
|
"RedirectAllowedUrls": "https://kurs.sozsoft.com,https://kurs.sozsoft.com/authentication/callback",
|
||||||
"AttachmentsPath": "/etc/api/mail-queue/attachments",
|
"AttachmentsPath": "/etc/api/mail-queue/attachments",
|
||||||
"CdnPath": "/etc/api/cdn"
|
"CdnPath": "/etc/api/cdn"
|
||||||
},
|
},
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
"Configuration": "redis:6379,abortConnect=false,connectTimeout=30000,responseTimeout=30000"
|
"Configuration": "redis:6379,abortConnect=false,connectTimeout=30000,responseTimeout=30000"
|
||||||
},
|
},
|
||||||
"AuthServer": {
|
"AuthServer": {
|
||||||
"Authority": "https://platform-api.sozsoft.com",
|
"Authority": "https://kurs-api.sozsoft.com",
|
||||||
"RequireHttpsMetadata": false,
|
"RequireHttpsMetadata": false,
|
||||||
"SwaggerClientId": "Platform_Swagger"
|
"SwaggerClientId": "Platform_Swagger"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -23,15 +23,15 @@ Host PlatformProd
|
||||||
- 192.168.1.6
|
- 192.168.1.6
|
||||||
- kurs:ChatR+...
|
- kurs:ChatR+...
|
||||||
1. Dev
|
1. Dev
|
||||||
- platform-dev-cdn.sozsoft.com
|
- kurs-dev-cdn.sozsoft.com
|
||||||
- platform-dev-api.sozsoft.com
|
- kurs-dev-api.sozsoft.com
|
||||||
- platform-dev.sozsoft.com
|
- kurs-dev.sozsoft.com
|
||||||
- 192.168.1.106
|
- 192.168.1.106
|
||||||
- kurs:ChatR+...
|
- kurs:ChatR+...
|
||||||
1. Prod
|
1. Prod
|
||||||
- platform-cdn.sozsoft.com
|
- kurs-cdn.sozsoft.com
|
||||||
- platform-api.sozsoft.com
|
- kurs-api.sozsoft.com
|
||||||
- platform.sozsoft.com
|
- kurs.sozsoft.com
|
||||||
- 192.168.1.137
|
- 192.168.1.137
|
||||||
- kurs:ChatR+...
|
- kurs:ChatR+...
|
||||||
|
|
||||||
|
|
|
||||||
10
ui/.env.dev
10
ui/.env.dev
|
|
@ -1,12 +1,12 @@
|
||||||
APPLICATION_BASEURL='https://platform-dev.sozsoft.com'
|
APPLICATION_BASEURL='https://kurs-dev.sozsoft.com'
|
||||||
APPLICATION_NAME='Platform'
|
APPLICATION_NAME='Platform'
|
||||||
APPLICATION_LOGOURL=''
|
APPLICATION_LOGOURL=''
|
||||||
OAUTH_ISSUER='https://platform-dev-api.sozsoft.com'
|
OAUTH_ISSUER='https://kurs-dev-api.sozsoft.com'
|
||||||
OAUTH_REDIRECTURI='https://platform-dev.sozsoft.com'
|
OAUTH_REDIRECTURI='https://kurs-dev.sozsoft.com'
|
||||||
OAUTH_CLIENTID='Platform_App'
|
OAUTH_CLIENTID='Platform_App'
|
||||||
OAUTH_RESPONSETYPE='code'
|
OAUTH_RESPONSETYPE='code'
|
||||||
OAUTH_SCOPE='offline_access Platform'
|
OAUTH_SCOPE='offline_access Platform'
|
||||||
OAUTH_REQUIREHTTPS=true
|
OAUTH_REQUIREHTTPS=true
|
||||||
VITE_API_URL='https://platform-dev-api.sozsoft.com/'
|
VITE_API_URL='https://kurs-dev-api.sozsoft.com/'
|
||||||
API_ROOTNAMESPACE='Kurs.Platform'
|
API_ROOTNAMESPACE='Kurs.Platform'
|
||||||
VITE_CDN_URL='https://platform-dev-cdn.sozsoft.com'
|
VITE_CDN_URL='https://kurs-dev-cdn.sozsoft.com'
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
APPLICATION_BASEURL='https://platform.sozsoft.com'
|
APPLICATION_BASEURL='https://kurs.sozsoft.com'
|
||||||
APPLICATION_NAME='Platform'
|
APPLICATION_NAME='Platform'
|
||||||
APPLICATION_LOGOURL=''
|
APPLICATION_LOGOURL=''
|
||||||
OAUTH_ISSUER='https://platform-api.sozsoft.com'
|
OAUTH_ISSUER='https://kurs-api.sozsoft.com'
|
||||||
OAUTH_REDIRECTURI='https://platform.sozsoft.com'
|
OAUTH_REDIRECTURI='https://kurs.sozsoft.com'
|
||||||
OAUTH_CLIENTID='Platform_App'
|
OAUTH_CLIENTID='Platform_App'
|
||||||
OAUTH_RESPONSETYPE='code'
|
OAUTH_RESPONSETYPE='code'
|
||||||
OAUTH_SCOPE='offline_access Platform'
|
OAUTH_SCOPE='offline_access Platform'
|
||||||
OAUTH_REQUIREHTTPS=true
|
OAUTH_REQUIREHTTPS=true
|
||||||
VITE_API_URL='https://platform-api.sozsoft.com/'
|
VITE_API_URL='https://kurs-api.sozsoft.com/'
|
||||||
API_ROOTNAMESPACE='Kurs.Platform'
|
API_ROOTNAMESPACE='Kurs.Platform'
|
||||||
VITE_CDN_URL='https://platform-cdn.sozsoft.com'
|
VITE_CDN_URL='https://kurs-cdn.sozsoft.com'
|
||||||
|
|
@ -62,6 +62,6 @@ export default defineConfig({
|
||||||
host: '0.0.0.0',
|
host: '0.0.0.0',
|
||||||
port: 80,
|
port: 80,
|
||||||
open: false,
|
open: false,
|
||||||
allowedHosts: ['platform-dev.sozsoft.com', 'platform.sozsoft.com', 'localhost'],
|
allowedHosts: ['kurs-dev.sozsoft.com', 'kurs.sozsoft.com', 'localhost'],
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue