This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
services: | |
mattermost: | |
image: 'mattermost/mattermost-team-edition:release-10' | |
platform: linux/amd64 | |
volumes: | |
- 'mattermost-data-config:/mattermost/config:rw' | |
- 'mattermost-data-data:/mattermost/data:rw' | |
- 'mattermost-data-logs:/mattermost/logs:rw' | |
- 'mattermost-data-plugins:/mattermost/plugins:rw' | |
- 'mattermost-data-client-plugins:/mattermost/client/plugins:rw' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
################################################ | |
# JITSI MEET CONFIGURATION | |
# | |
# IMPORTANT: Only change these values: | |
# 1. DOMAIN - Your domain name (without https://) | |
# 2. JVB_ADVERTISE_IPS - Your server's public IP | |
# 3. P2P_STUN_SERVERS - Update domain to match DOMAIN | |
# | |
# Why different STUN configurations? | |
# - JVB_STUN_SERVERS uses "coturn:3478" (internal container name) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
define("nodes/components/driver-hetzner/component", ["exports", "shared/mixins/node-driver"], function (exports, _nodeDriver) { | |
"use strict"; | |
Object.defineProperty(exports, "__esModule", { | |
value: true | |
}); | |
function _toConsumableArray(arr) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e # Exit immediately if any command fails | |
echo "🚀 Starting PayzecMonoRepo setup..." | |
# Create project directory | |
echo "📁 Creating PayzecMonoRepo directory and navigating into it..." | |
mkdir -p PayzecMonoRepo && cd PayzecMonoRepo |
We can't make this file beautiful and searchable because it's too large.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id,name,categoryId,attributeId | |
18,Mineral,387,3 | |
579,Cam,387,3 | |
580,Hardlex Kristal,387,3 | |
581,Kristal,387,3 | |
582,Mika,387,3 | |
583,Organik,387,3 | |
584,Plastik,387,3 | |
585,Safir,387,3 | |
586,Touch Screen,387,3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
categoryId | attributeId | attributeName | attributeCode | varianter | required | allowCustom | |
---|---|---|---|---|---|---|---|
387 | 3 | Cam Tipi | cam-tipi | False | False | False | |
387 | 15 | Mekanizma | mekanizma | False | False | False | |
387 | 33 | Desen | desen | False | False | False | |
387 | 10 | Kasa Çapı | kasa-capi | False | True | False | |
387 | 34 | Tip | tip | False | False | False | |
387 | 97 | Cam Şekli | cam-sekli | False | False | False | |
387 | 124 | Ek Özellik | ek-ozellik | False | False | False | |
387 | 173 | Kadran Şekli | kadran-sekli | False | False | False | |
387 | 186 | Kasa Materyali | kasa-materyali | False | False | False |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Id | Name | ParentId | Nodes | Commission | Maturity | isLeaf | isClosed | |
---|---|---|---|---|---|---|---|---|
368.0 | Aksesuar | 0.0 | 1.0 | 25.0 | 45.0 | 0.0 | 0.0 | |
387.0 | Saat | 368.0 | 0.0 | 21.0 | 28.0 | 0.0 | 0.0 | |
394.0 | Şapka | 368.0 | 0.0 | 22.0 | 28.0 | 0.0 | 0.0 | |
396.0 | Takı & Mücevher | 368.0 | 1.0 | 30.0 | 45.0 | 0.0 | 0.0 | |
397.0 | Bileklik | 396.0 | 1.0 | 30.0 | 30.0 | 0.0 | 0.0 | |
1238.0 | Altın Bileklik | 397.0 | 0.0 | 21.0 | 28.0 | 0.0 | 0.0 | |
1239.0 | Gümüş Bileklik | 397.0 | 0.0 | 22.0 | 28.0 | 0.0 | 0.0 | |
1240.0 | Pırlanta Bileklik | 397.0 | 0.0 | 21.0 | 28.0 | 0.0 | 0.0 | |
1241.0 | Bijuteri Bileklik | 397.0 | 0.0 | 22.0 | 28.0 | 0.0 | 0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -c http://wordpress.org/latest.tar.gz && tar -xzvf latest.tar.gz && rm -rf latest.tar.gz && mv wordpress/* web/ && rm -rf wordpress/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cart": { | |
"currency": "USD", | |
"total": 79.95, | |
"real_total": 89.94, | |
"cargo_fee": 9.99, | |
"cart_campain_name": "%5 discoount over 50$", | |
"has_campain": true, | |
"items": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"_postman_id": "ac491bb7-de4a-4258-b717-ba80070f50fe", | |
"name": "Magento", | |
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" | |
}, | |
"item": [ | |
{ | |
"name": "Mine / Me", | |
"item": [ |
NewerOlder