Initial commit

This commit is contained in:
Yaser
2026-08-13 19:42:08 +03:30
commit d59bf30ef0
173 changed files with 11702 additions and 0 deletions

View File

@@ -0,0 +1,57 @@
---
# Copy to config/app.production.yml on the production server (gitignored).
# Set OPENDAX_ENV=production before rake render:config / rake service:all.
#
# cp config/app.production.yml.example config/app.production.yml
#
app:
domain: tibitex.com
subdomain: www
serverip:
enabled: true
ip: YOUR_SERVER_PUBLIC_IP
ssl:
enabled: true
email: admin@fibitex.com
csrfEnabled: true
captchaLogin: true
captcha:
type: recaptcha
siteKey: YOUR_RECAPTCHA_SITE_KEY
secretKey: YOUR_RECAPTCHA_SECRET_KEY
database:
password: STRONG_DB_PASSWORD
vault:
root_token: changeme
peatio_rails_token: changeme
peatio_crypto_token: changeme
peatio_upstream_token: changeme
peatio_matching_token: changeme
barong_token: changeme
jibit:
key: YOUR_JIBIT_KEY
secret: YOUR_JIBIT_SECRET
kavenegar:
key: YOUR_KAVENEGAR_KEY
sender: YOUR_SENDER
vandar:
mobile: changeme
password: changeme
key: changeme
smtp:
host: mail.fibitex.com
port: 587
user: "no-reply@fibitex.com"
password: "YOUR_SMTP_PASSWORD"
sender_email: "no-reply@fibitex.com"
sender_name: Fibitex
sender_logo: https://beta.fibitex.com/logo-email.png
auth: plain
domain: fibitex.com
starttls_auto: true
openssl_verify_mode: none
BetaCandaTestNetwork: false
parity:
enabled: false
bitcoind:
enabled: false