mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 05:56:31 +08:00
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: -LAN- <laipz8200@outlook.com>
14 lines
355 B
Plaintext
14 lines
355 B
Plaintext
# ------------------------------
|
|
# Oracle Configuration
|
|
# ------------------------------
|
|
|
|
ORACLE_PASSWORD=dify
|
|
ORACLE_DSN=oracle:1521/FREEPDB1
|
|
ORACLE_CONFIG_DIR=/app/api/storage/wallet
|
|
ORACLE_WALLET_LOCATION=/app/api/storage/wallet
|
|
ORACLE_WALLET_PASSWORD=dify
|
|
ORACLE_IS_AUTONOMOUS=false
|
|
ORACLE_USER=dify
|
|
ORACLE_PWD=Dify123456
|
|
ORACLE_CHARACTERSET=AL32UTF8
|