8.6K results in 10 ms
2 years ago · Apr 30, 2023, 09:01 PM
getByEmail } from "./controllers/userController.js"; import {secretKey} from "./config.js"; const __dirname
2 years ago · Apr 17, 2023, 02:30 PM
const cacheFolder = "cache" const secretKey = "YOUR_SECRET_KEY" type cacheFile struct
2 years ago · Feb 24, 2023, 10:30 PM
private String nombreUsuario; private SecretKey claveSecreta; // Para cifrado SIM
2 years ago · Feb 04, 2023, 06:50 PM
return False def keitaCapture(self): secret_key = 'm5GbFsy4G0umsf4=' url_login = 'https://10.35.105.96/resources/api_keita/api_login.php' methods
2 years ago · Dec 24, 2022, 02:20 PM
media') ARCHIVOS_DIR = join(MEDIA_DIR, 'archivos') SECRET_KEY = '7110c8ae51a4b5af97be6534caef90e4bb9bdcb3380af008f90b23a5d1616bf319bc298105da20fe' # Database configuration SQLALCHEMY_TRACK_MODIFICATIONS
2 years ago · Dec 07, 2022, 08:30 PM
settings from pilkashop24.settings import SECRET_KEY from django.middleware import csrf
2 years ago · Nov 04, 2022, 12:40 PM
php $secret_key = ''; $brand_id = ''; $host = 'https://gate.chip-in.asia/api/v1/purchases/'; // more
3 years ago · Oct 03, 2022, 09:10 PM
PAGE_SIZE: 100 READ_LOGIN_REQUIRED: false SECRET_KEY: x TIME_ZONE: Europe/Budapest WRITE_LOGIN_REQUIRED:
3 years ago · Aug 10, 2022, 01:00 PM
ROSETTA_MESSAGES_PER_PAGE = 20 ROSETTA_SHOW_AT_ADMIN_PANEL = True SECRET_KEY = '********************' SECURE_BROWSER_XSS_FILTER = False SECURE_CONTENT_TYPE_NOSNIFF = True
3 years ago · Jul 04, 2022, 12:30 PM
import requests class FlutterWavePayment(): SECRET_KEY = settings.FLUTTERWAVE_SECRET_KEY base_url = "https://api.flutterwave.com/v3/payments" def
3 years ago · Jul 01, 2022, 05:50 PM
until game:IsLoaded(); -- // SETTINGS \\ -- local SECRET_KEY = "secret key here"; --https://beta.openai.com/account/api-keys
3 years ago · Jun 06, 2022, 05:30 PM
database import SessionLocal, engine SECRET_KEY = "e0bdaabe97705f5f4ba3636761ef4e470f74c0cf2fb1d39f5a89faca2ee19d13" ALGORITHM = "HS256" ACCESS_TOKEN_EXPIRE_MINUTES
3 years ago · May 13, 2022, 09:00 AM
def gettext(s): return s SECRET_KEY = get_value('SECRET_KEY') LANGUAGE_CODE = get_value('LANGUAGE_CODE') TIME_ZONE
3 years ago · May 13, 2022, 04:40 AM
ENVIRONMENT": "local", "BASE_URL": "http://localhost:8000", "SECRET_KEY": "django-insecure-bszacwqk^6o5h3r4*%gscij&mypvhy-$mo!kqe8cy$5l%+57-0", "LANGUAGE_CODE": "es-co", "TIME_ZONE":
3 years ago · May 11, 2022, 07:00 PM
seu ambiente de produção SECRET_KEY = 'ixb6fha#ts=&b4t2u%p1_62-!8dw2j==j)d^3-j$!z(@*m+-h' # Alterar para o
3 years ago · May 11, 2022, 06:40 PM
# # medicSearchAdmin/settings/development.py from.settings import * DEBUG = True # Crie a secret key para seu ambiente de desenvolvimento SECRET_KEY = 'ixb62ha#ts=ab4t2u%p1_62-!5w2j==j6d^3-j$!z(@*m+-h' DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), } }
3 years ago · Apr 13, 2022, 06:20 AM
key_size); // generate the key SecretKey myAESPBKey = new SecretKeySpec( keyFactory.generateSecret(pbekSpec).getEncoded(),
3 years ago · Apr 09, 2022, 09:30 AM
used in production secret! SECRET_KEY = 'django-insecure-e8w5p_c!5#p*c+sgp=w4#o%)o-8^j)%rucr#db)lf)i&b@1xyu' # SECURITY WARNING: don't
3 years ago · Jan 26, 2022, 04:30 PM
Region.US_WEST_2; AwsBasicCredentials awsBasicCredentials = AwsBasicCredentials.create("access_key", "secret_key"); AwsCredentialsProvider awsCredentialsProvider = StaticCredentialsProvider.create(awsBasicCredentials); LambdaClient
Total pages: 429