remove old links (#1243)
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ NODE_ENV=production
|
||||
PORT=3000
|
||||
|
||||
# Domain Configuration (CORS)
|
||||
PRODUCTION_DOMAIN=https://srebot-meow.ing
|
||||
PRODUCTION_DOMAIN=https://sre.pawjob.us
|
||||
|
||||
# External API Configuration
|
||||
EXTERNAL_API_URL=http://localhost:6000
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ PORT=3001
|
||||
EXTERNAL_API_URL=http://localhost:6000
|
||||
|
||||
# Domain Config (used for CORS)
|
||||
PRODUCTION_DOMAIN=https://srebot-meow.ing
|
||||
PRODUCTION_DOMAIN=https://sre.pawjob.us
|
||||
|
||||
# API Security (optional - auto-generates if not set)
|
||||
# Generate with: openssl rand -hex 32
|
||||
|
||||
+2
-2
@@ -194,7 +194,7 @@ app.use(compression({
|
||||
const corsOptions = {
|
||||
origin: function (origin, callback) {
|
||||
const allowedOrigins = process.env.NODE_ENV === 'production'
|
||||
? [process.env.PRODUCTION_DOMAIN || 'https://srebot-meow.ing']
|
||||
? [process.env.PRODUCTION_DOMAIN || 'https://sre.pawjob.us']
|
||||
: ['http://localhost:3000', 'http://localhost:3001'];
|
||||
|
||||
|
||||
@@ -216,7 +216,7 @@ const corsOptions = {
|
||||
const apiCorsOptions = {
|
||||
origin: function (origin, callback) {
|
||||
const allowedOrigins = process.env.NODE_ENV === 'production'
|
||||
? [process.env.PRODUCTION_DOMAIN || 'https://srebot-meow.ing']
|
||||
? [process.env.PRODUCTION_DOMAIN || 'https://sre.pawjob.us']
|
||||
: ['http://localhost:3000', 'http://localhost:3001'];
|
||||
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
line-height: 1;
|
||||
}
|
||||
.switcher-card.card-tss .switcher-title {
|
||||
background: linear-gradient(95deg,#ff9d00,#ffd28a 70%);
|
||||
background: linear-gradient(95deg,#fff7e8,#ffdca3 58%,#fffdf8);
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
@@ -141,7 +141,7 @@
|
||||
<div class="switcher-card-inner">
|
||||
<div class="switcher-text">
|
||||
<span class="switcher-title">TSS</span>
|
||||
<span class="switcher-sub"><span class="switcher-pip"></span>tss bot</span>
|
||||
<span class="switcher-sub"><span class="switcher-pip"></span>tssbot</span>
|
||||
</div>
|
||||
<img src="/images/light_fury_match.jpg" alt="Light Fury" class="switcher-pfp" width="56" height="56">
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user