add other projects
This commit is contained in:
17
apps/admin.saladeaula.digital/wrangler.toml
Normal file
17
apps/admin.saladeaula.digital/wrangler.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
name = "admin-saladeaula-digital"
|
||||
compatibility_date = "2025-04-04"
|
||||
main = "./workers/app.ts"
|
||||
routes = [
|
||||
{ pattern = "admin.saladeaula.digital", custom_domain = true }
|
||||
]
|
||||
|
||||
[vars]
|
||||
CLIENT_ID = "1db63660-063d-4280-b2ea-388aca4a9459"
|
||||
REDIRECT_URI = "https://admin.saladeaula.digital/login"
|
||||
SCOPE = "openid profile email offline_access apps:admin"
|
||||
API_URL = "https://bcs7fgb9og.execute-api.sa-east-1.amazonaws.com"
|
||||
ISSUER_URL = "https://id.saladeaula.digital"
|
||||
MEILI_HOST = "https://search.saladeaula.digital"
|
||||
|
||||
[observability.logs]
|
||||
enabled = true
|
||||
Reference in New Issue
Block a user