Initial commit
This commit is contained in:
147
config/app.yml
Normal file
147
config/app.yml
Normal file
@@ -0,0 +1,147 @@
|
||||
---
|
||||
# Shared baseline configuration (safe to commit — no real secrets).
|
||||
# Local overrides: config/app.local.yml (gitignored)
|
||||
# Production secrets: config/app.production.yml (gitignored, OPENDAX_ENV=production)
|
||||
app:
|
||||
name: Fibitex
|
||||
domain: tibitex.com
|
||||
subdomain: www
|
||||
shahoo_subdomain: shahoo
|
||||
show_landing: true
|
||||
render_protect: false
|
||||
csrfEnabled: true
|
||||
serverip:
|
||||
enabled: true
|
||||
ip: changeme
|
||||
admin:
|
||||
user: admin@fibitex.com
|
||||
pass: changeme
|
||||
jibit:
|
||||
url: https://napi.jibit.ir/ide/v1/
|
||||
key: changeme
|
||||
secret: changeme
|
||||
kavenegar:
|
||||
key: changeme
|
||||
sender: changeme
|
||||
vandar:
|
||||
mobile: changeme
|
||||
password: changeme
|
||||
key: changeme
|
||||
name: developers
|
||||
ssl:
|
||||
enabled: true
|
||||
email: admin@fibitex.com
|
||||
updateVersions: false
|
||||
images:
|
||||
peatio: custom/dena:1
|
||||
barong: custom/dalan:1
|
||||
frontend: custom/gereh:1
|
||||
gereh: custom/gereh:1
|
||||
shahoo: custom/shahoo:1
|
||||
shahoo_bff: custom/shahoo-bff:1
|
||||
tower: ya3er/admin_tower:2.2.66
|
||||
rango: quay.io/openware/rango:2.6.1
|
||||
finex:
|
||||
enabled: false
|
||||
image: quay.io/openware/finex:2.6.39
|
||||
license_key: changeme
|
||||
vendor:
|
||||
frontend: git@github.com:openware/baseapp.git
|
||||
kyc:
|
||||
provider: local
|
||||
authorization_token: changeme
|
||||
sandbox_mode: true
|
||||
api_endpoint: https://api.kycaid.com/
|
||||
vault:
|
||||
root_token: changeme
|
||||
peatio_rails_token: changeme
|
||||
peatio_crypto_token: changeme
|
||||
peatio_upstream_token: changeme
|
||||
peatio_matching_token: changeme
|
||||
barong_token: changeme
|
||||
finex_engine_token: changeme
|
||||
database:
|
||||
host: db
|
||||
adapter: mysql
|
||||
port: 3306
|
||||
user: root
|
||||
password: changeme
|
||||
storage:
|
||||
provider: local
|
||||
twilio:
|
||||
enabled: false
|
||||
phone_number: "+15005550000"
|
||||
account_sid: changeme
|
||||
auth_token: changeme
|
||||
gaTrackerKey: ''
|
||||
captchaLogin: true
|
||||
captcha:
|
||||
type: recaptcha
|
||||
siteKey: changeme
|
||||
secretKey: changeme
|
||||
smtp:
|
||||
host: mail.fibitex.com
|
||||
port: 587
|
||||
user: changeme
|
||||
password: changeme
|
||||
sender_email: changeme
|
||||
sender_name: Fibitex
|
||||
sender_logo: https://beta.fibitex.com/logo-email.png
|
||||
auth: plain
|
||||
domain: fibitex.com
|
||||
starttls_auto: true
|
||||
openssl_verify_mode: none
|
||||
wallets:
|
||||
eth:
|
||||
- kind: deposit
|
||||
address: changeme
|
||||
max_balance: 0.0
|
||||
secret: changeme
|
||||
- kind: hot
|
||||
address: changeme
|
||||
max_balance: 100.0
|
||||
secret: changeme
|
||||
- kind: warm
|
||||
address: changeme
|
||||
max_balance: 1000.0
|
||||
secret: changeme
|
||||
btc:
|
||||
- kind: deposit
|
||||
address: changeme
|
||||
max_balance: 0.0
|
||||
- kind: hot
|
||||
address: changeme
|
||||
max_balance: 100.0
|
||||
- kind: warm
|
||||
address: changeme
|
||||
max_balance: 1000.0
|
||||
BetaCandaTestNetwork: false
|
||||
parity:
|
||||
enabled: false
|
||||
network: testnet
|
||||
address: parity
|
||||
rpcport: 8545
|
||||
port: 30303
|
||||
bitcoind:
|
||||
enabled: false
|
||||
rpcuser: admin
|
||||
rpcpassword: changeme
|
||||
address: bitcoind
|
||||
network: testnet
|
||||
rpcport: 18332
|
||||
port: 18333
|
||||
litecoind:
|
||||
rpcuser: admin
|
||||
rpcpassword: changeme
|
||||
address: litecoind
|
||||
network: testnet
|
||||
rpcport: 19332
|
||||
port: 19335
|
||||
terraform:
|
||||
credentials: "~/safe/opendax.json"
|
||||
project: example-opendax
|
||||
region: europe-west4
|
||||
zone: europe-west4-a
|
||||
instance_name: opendax-cloud
|
||||
machine_type: n1-standard-4
|
||||
image: debian-cloud/debian-9
|
||||
Reference in New Issue
Block a user