conf.dev.json 3.57 KB
Newer Older
nabil el mahiri committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
{
    "http": {
        "url": "http://atlasvoyages.user",
        "socket": true,
        "middleware": {
            "session": {
                "secret": "c1Ee9)5c@d15Zb(b7129"
            }
        }
    },
    "logging": {
        "Console": {
            "colorize": true,
            "timestamp": true,
            "level": "debug",
            "prettyPrint": true
        }
    },
    "mongo": {
        "uri": "mongodb://127.0.0.1:27017/atlasvoyages-dev"
    },
    "redis": {
        "url": "redis://127.0.0.1:6379",
        "namespace": "ava"
    },
    "mailer": {
        "transport": "smtp",
        "options": "smtps://atlasresa%40atlasvoyages.com:atlas2000@smtp.gmail.com",
        "defaults": {
            "sender": "atlasresa@atlasvoyages.com"
        }
    },
    "payments": {
        "payzone": {
            "merchantID": 103119,
            "merchantPassword": "64N[aX<h",
            "apiVersion": "002",
            "links": {
                "redirect": "http://ava.fractalite.com/payment-callbacks/payzone/redirect",
                "notification": "http://ava.fractalite.com/payment-callbacks/payzone/notification",
                "base": "https://paiement.payzone.ma",
                "api": "https://api.payzone.ma"
            }
        }
    },
    "apollo": {
        "base": "http://apollo.fractalite.com",
        "resolve-airlines": "/airlines?qt=codes&codes=:codes",
        "resolve-airports": "/airports?qt=codes&codes=:codes",
        "resolve-aircrafts": "/aircrafts?qt=codes&codes=:codes"
    },
    "html": {
        "analytics": {
            "ga": {
                "id": "UA-42568632-1",
                "domain": "auto"
            }
        }
    },
    "hermes": {
        "attUsers": true,
        "key": "f908763f068de785aa6d57225ca7374f1bb0cbfb1113ef8b0108d9a7",
        "links": {
            "base": "http://192.168.168.174:9099",
            "orders": "http://hermesstay.atlasvoyages.com/orders",
            "quotes": "http://hermesstay.atlasvoyages.com/quotes",
            "properties": "http://192.168.168.174:9099/properties",
            "destinations": "http://192.168.168.174:9099/destinations",
            "profiles": "http://192.168.168.174:9099/heracles/channel/key",
            "customers": "https://attws.atlasvoyages.com/services/att",
            "account": "http://192.168.168.174:9099/services/payment/pay"
        },
        "air": {
            "voucherToUser": true,
            "voucherBcc": [
                "resa-air@atlasvoyages.com"
            ],
            "links": {
                "base": "http://hermes-air-v2.fractalite.com",
                "orders": "http://hermes-air-v2.fractalite.com/hermes/order",
                "quotes": "http://hermes2.atlasvoyages.com/hermes/quote/air"
            }
        },
        "lodge": {
            "links": {
                "base": "https://avapi.atlasvoyages.com/",
                "quotes": "https://avapi.atlasvoyages.com/lodge/quotes",
                "properties": "https://avapi.atlasvoyages.com/lodge/properties",
                "orders": "https://avapi.atlasvoyages.com/orders"
            },
            "searchTimeout": 60
        },
        "hermesOrders": {
            "links": {
                "base": "http://192.168.168.174:9099"
            }
        },
        "orders": {
            "links": {
                "base": "http://hermes-scribe.fractalite.com/"
            }
        },
        "notification": {
            "from": "atlasresa@atlasvoyages.com",
            "passwd": "atlas2000",
            "to": "atlasresa@atlasvoyages.com",
            "bcc": "mk@fractalite.com"
        }
    }
}