Skip to content

Commit 453e8d7

Browse files
committed
Menambahkan berbagai dependensi dan aset pihak ketiga untuk aplikasi klien.
1 parent 94102ef commit 453e8d7

4,443 files changed

Lines changed: 418159 additions & 4054 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

sfcore-ai/.env

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ APP__NAME="SecureAuth SSO"
77
# Database Configuration (PostgreSQL)
88
# Format: postgres://user:password@host:port/database_name
99
# Note: DATABASE_URL kept for sqlx compatibility, DATABASE__URL for app config
10-
DATABASE_URL=postgres://postgres:Password_Gua123!@localhost:5432/sfcore_siak
11-
DATABASE__URL=postgres://postgres:Password_Gua123!@localhost:5432/sfcore_siak
12-
DATABASE__MAX_CONNECTIONS=10
13-
DATABASE__MIN_CONNECTIONS=2
10+
# DATABASE_URL=postgres://postgres:Password_Gua123!@localhost:5432/sfcore_siak
11+
# DATABASE__URL=postgres://postgres:Password_Gua123!@localhost:5432/sfcore_siak
12+
# DATABASE__MAX_CONNECTIONS=10
13+
# DATABASE__MIN_CONNECTIONS=2
1414

1515
# Redis Configuration (Cache & Session)
1616
# Format: redis://:password@host:port/db_index
17-
REDIS__URL=redis://localhost:6379/0
18-
REDIS__MAX_CONNECTIONS=10
17+
# REDIS__URL=redis://localhost:6379/0
18+
# REDIS__MAX_CONNECTIONS=10
1919

2020
# Security (JWT)
2121
# Generate a secure random string (e.g., `openssl rand -hex 32`)
@@ -25,3 +25,11 @@ JWT__REFRESH_TOKEN_EXPIRY=604800 # 7 days in seconds
2525

2626
# Logging
2727
RUST_LOG=info,sso_server=debug,tower_http=debug
28+
29+
# game matrix
30+
DATABASE_URL=/home/sfcore/server-db/gamesmatrix.db
31+
RUST_LOG=game_matrix=debug,tower_http=debug
32+
33+
# sfcore protm
34+
#DATABASE_URL=/home/sfcore/server-db/SFCoreProTM.db
35+
#RUST_LOG=sfcore_protm=debug,tower_http=debug

0 commit comments

Comments
 (0)