8.6K results in 15 ms
7 years ago · Mar 19, 2018, 06:32 PM
import os class Config(object): SECRET_KEY = os.environ.get('SECRET_KEY') or 'you-will-never-guess'
7 years ago · Mar 19, 2018, 06:06 PM
used in production secret! SECRET_KEY = '' # Locale LANGUAGES = ( ('en', _('English')),
7 years ago · Mar 19, 2018, 12:36 PM
used in production secret! SECRET_KEY = '*4^99u4d!rtim)rk&6cjl)-ytszxxf8%p_n)s1!zbt@(=cx3q3' # SECURITY WARNING: don't
7 years ago · Mar 19, 2018, 03:42 AM
authentication, por ejemplo: // // [authentication] // secret_key = "z?&vbX$4\N`}@vo=~)\?eBFyc&;J.Nx-58/dU8\)" // copy/paste este código
7 years ago · Mar 18, 2018, 07:36 PM
provider "aws" { access_key = "xxxxxxxxxxxxxx" secret_key = "yyyyyyyyyyyyyyyyyyyyyy" region = "us-west-2" } resource
7 years ago · Mar 18, 2018, 05:56 PM
used in production secret! SECRET_KEY = '#5tsr@xcsmy1ie+!z47kq+v&=u=2q4t($7sl+8^8g*8!$3b1qa' ALLOWED_HOSTS = [] # Application definition
7 years ago · Mar 18, 2018, 05:00 PM
builders": [{ "access_key": "{{user `aws_access_key`}}", "secret_key": "{{user `aws_secret_key`}}", "type": "amazon-ebs",
7 years ago · Mar 17, 2018, 04:14 PM
config["mysql"]["database"] ); function upSign($method, $params, $secretKey) { ksort($params); unset($params['sign']); unset($params['signature']); array_push($params,
7 years ago · Mar 17, 2018, 10:50 AM
amount': 100, 'cmd': 'atm.bill_acceptor_in_trx', 'secret_key': 'spass1234', 'id_account': '317952'} 2011-11-19
7 years ago · Mar 17, 2018, 10:02 AM
app.run(host="10.100.100.10", port=9566) app.config.update( DEBUG=True, SECRET_KEY='...' ) SERVER_NAME app.config.update( DEBUG=True, SERVER_NAME="10.100.100.10:6500"
7 years ago · Mar 17, 2018, 07:50 AM
MEDIA_URL = '/static/' ADMIN_MEDIA_PREFIX = '/admin-media/' SECRET_KEY = '#!4oni0ebc&%@lwn^j@oz+weuq%f(6yv7$dl@r_378ippjlanw' TEMPLATE_LOADERS = ( 'django.template.loaders.filesystem.load_template_source', 'django.template.loaders.app_directories.load_template_source',
7 years ago · Mar 17, 2018, 06:40 AM
SecureRandom.getInstance("SHA1PRNG"); sr.setSeed(seed.getBytes()); kgen.init(56, sr); SecretKey skey = kgen.generateKey(); byte[] raw
7 years ago · Mar 17, 2018, 05:06 AM
app.run() host, port, debug host = localhost port = 5000 app.run(host="10.100.100.10", port=9566) app.config.update( DEBUG=True, SECRET_KEY='...' ) SERVER_NAME app.config.update( DEBUG=True, SERVER_NAME="10.100.100.10:6500" ) Running in 127.0.0.1:5000
7 years ago · Mar 17, 2018, 01:22 AM
#config/secrets.yml development: secret_key: <%= ENV['NAME_IN_DOTENV'] %> test: secret_key: <%= ENV['NAME_IN_TEST_ENV'] %> production: secret_key: <%= ENV['NAME_IN_PRODUCTION_ENV'] %>
7 years ago · Mar 16, 2018, 11:22 PM
accessKey = ...// access key val secretKey = ...//secret key val credentials
7 years ago · Mar 16, 2018, 10:04 PM
as ::exonum::encoding::Field>::field_size() } } } fn sign(self, secret_key: &::exonum::crypto::SecretKey) -> ::exonum::messages::RawMessage { let message_id
7 years ago · Mar 16, 2018, 08:02 PM
from env vars const SECRET_KEY = postman.getEnvironmentVariable('TRIP_COM_API_CLIENT_SECRET') if (!SECRET_KEY) { throw
7 years ago · Mar 16, 2018, 07:46 PM
us-west-2" } variable "access_key" { } variable "secret_key" { } variable "acl" { default = "public-read"
7 years ago · Mar 16, 2018, 06:56 PM
the secret key specs. SecretKey skey = kgen.generateKey(); byte[] raw
Total pages: 429