8.6K results in 38 ms
9 years ago · Dec 29, 2016, 07:10 PM
the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service} * You can change
9 years ago · Dec 29, 2016, 04:26 PM
provider "aws" { access_key = "${var.access_key}" secret_key = "${var.secret_key}" region = "${var.region}" } resource
9 years ago · Dec 29, 2016, 03:38 PM
php // è¨å®š $LOG_FILE = dirname(__FILE__).'/hook.log'; $SECRET_KEY = ''; $header = getallheaders(); $hmac = hash_hmac('sha1',
9 years ago · Dec 29, 2016, 12:45 PM
require 'nexmo' nexmo = Nexmo::Client.new(key: 'api_key', secret: 'secret_key') nexmo.send_message(from: 'Header', to: 'target_number', text: 'sms_text')
9 years ago · Dec 29, 2016, 12:29 PM
SERVER_EMAIL = 'root@localhost' LOAN_CORE_LOAN_PERIOD_MODEL = 'loan.UserLoanPeriod' SECRET_KEY = '********************' LANGUAGE_COOKIE_AGE = None TIME_FORMAT = 'P'
9 years ago · Dec 29, 2016, 10:30 AM
MIDDLEWARE_CLASSES = USE_I18N = True THOUSAND_SEPARATOR = ',' SECRET_KEY = u'********************' PROFANITIES_LIST = u'********************' DEPOSITS_ACCOUNT_CHECK_URL
9 years ago · Dec 28, 2016, 08:42 PM
provider "aws" { access_key = "${var.access_key}" secret_key = "${var.secret_key}" region = "${var.region}" } resource "aws_instance" "example" { ami = "${lookup(var.amis, var.region)}" instance_type = "t2.micro" provisioner "local-exec" { command = "echo ${aws_instance.example.public_ip} > ip_address.txt" } } resource "aws_eip" "ip" { instance = "${aws_instance.example.id}" depends_on = ["aws_instance.example"] }
9 years ago · Dec 28, 2016, 08:40 PM
variable "access_key" {} variable "secret_key" {} variable "region" { default = "ap-northeast-2" } variable "amis" { type = "map" default = { ap-northeast-2 = "ami-983ce8f6" us-west-2 = "ami-06b94666" } }
9 years ago · Dec 28, 2016, 06:50 PM
provider "aws" { access_key = "${var.access_key}" secret_key = "${var.secret_key}" region = "${var.region}" } resource "aws_instance" "example" { ami = "ami-983ce8f6" instance_type = "t2.micro" provisioner "local-exec" { command = "echo ${aws_instance.example.public_ip} > ip_address.txt" } } resource "aws_eip" "ip" { instance = "${aws_instance.example.id}" depends_on = ["aws_instance.example"] }
9 years ago · Dec 28, 2016, 06:39 PM
variable "access_key" {} variable "secret_key" {} variable "region" { default = "ap-northeast-2" }
9 years ago · Dec 28, 2016, 06:05 PM
static byte[] encryptByteArray(byte [] query, SecretKey sessionKey) { byte[] result = null;
9 years ago · Dec 28, 2016, 06:03 PM
static byte[] encryptByteArray(byte [] query, SecretKey sessionKey) { byte[] result = null;
9 years ago · Dec 28, 2016, 06:02 PM
static byte[] encryptByteArray(byte [] query, SecretKey sessionKey) { byte[] result = null;
9 years ago · Dec 28, 2016, 05:16 PM
LOGIN_SERIALIZER': 'muser.serializers.CustomLoginSerializer'} ROOT_URLCONF = 'musimatix.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
9 years ago · Dec 28, 2016, 04:36 PM
DEFAULT_PERMISSION_CLASSES': ('rest_framework.permissions.IsAuthenticated',)} ROOT_URLCONF = 'composeexample.urls' SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = False
9 years ago · Dec 28, 2016, 02:46 PM
Content-Type': 'application/x-www-form-urlencoded', 'Authorization': 'Bearer ' + secret_key }, body: formBody }).then(function (response)
9 years ago · Dec 28, 2016, 02:09 PM
# landscape-api create-distribution lala-ubuntu # landscape-api create-series --pockets release,updates --components main,extras,restricted --architectures i386,amd64,x86_64 --gpg-key secret-key --mirror-uri http://us.archive.ubuntu.com/ubuntu/ --mirror-series xenial xenial lala-ubuntu # landscape-api sync-mirror-pocket release xenial apl-ubuntu # landscape-api sync-mirror-pocket updates xenial apl-ubuntu
9 years ago · Dec 28, 2016, 08:30 AM
share it with anybody. SECRET_KEY = "2c8c1b3a-bbc3-4575-b185-8b028515c6e52795fe29-9986-4477-9101-fb1e3ac7e2a7cda25507-bb87-4979-8338-40145e9e0722" NEVERCACHE_KEY = "9dc7a71c-d919-49c3-b085-852cf239df2bb84e93bf-b692-4488-9cdd-9836ff8a4c6ba25f5eb0-4e29-4d4e-a50a-aa63d0527251" # URL
9 years ago · Dec 28, 2016, 06:59 AM
resources. (string value) #hmac_keys = SECRET_KEY # # Connection string for a
Total pages: 429