当前位置:网站首页>Postman environment variable settings
Postman environment variable settings
2022-07-06 10:44:00 【Wang Dashan 0928】
In the process of the project, we often encounter a variety of environments , Such as development environment 、 Test environment 、 Preproduction environment , Production environment, etc . And different environments have different values , Mainly reflected in the different access addresses . Therefore, we can use environment variables to manage different values .
Example : Query and set the location of mobile phone number 2 Environment , They are test environment and pre production environment .
Ideas :
1. Add send request interface
2. add to 2 Environment groups , Set different parameter values in different environment groups
3. Call different environment variables in the request according to the requirements , grammar :{ { Variable name }}
4. Send a request , View results
step 1、 Add request interface ;
step 2、 Add environment group , Click on environment -> Click on + ;
step 3、 Add the environment group name under the environment group 、 environment variable , And assign a value to the variable ;
step 4、 Call the environment variable in the request ;
step 5、 Select environment group ;
step 6、 Send a request , View results ;
边栏推荐
- MySQL19-Linux下MySQL的安装与使用
- MySQL learning diary (II)
- Implement sending post request with form data parameter
- Solve the problem of remote connection to MySQL under Linux in Windows
- API learning of OpenGL (2005) gl_ MAX_ TEXTURE_ UNITS GL_ MAX_ TEXTURE_ IMAGE_ UNITS_ ARB
- MySQL transaction log
- Win10: how to modify the priority of dual network cards?
- 基于Pytorch肺部感染识别案例(采用ResNet网络结构)
- CSDN问答标签技能树(五) —— 云原生技能树
- 用于实时端到端文本识别的自适应Bezier曲线网络
猜你喜欢
[reading notes] rewards efficient and privacy preserving federated deep learning
MySQL transaction log
What is the current situation of the game industry in the Internet world?
用于实时端到端文本识别的自适应Bezier曲线网络
ZABBIX introduction and installation
Use JUnit unit test & transaction usage
Mysql30 transaction Basics
MySQL20-MySQL的数据目录
IDEA 导入导出 settings 设置文件
Pytorch RNN actual combat case_ MNIST handwriting font recognition
随机推荐
Adaptive Bezier curve network for real-time end-to-end text recognition
CSDN问答标签技能树(一) —— 基本框架的构建
pytorch的Dataset的使用
[untitled]
Not registered via @EnableConfigurationProperties, marked(@ConfigurationProperties的使用)
February 13, 2022-2-climbing stairs
Kubesphere - deploy the actual combat with the deployment file (3)
windows无法启动MYSQL服务(位于本地计算机)错误1067进程意外终止
February 13, 2022 - Maximum subarray and
MySQL21-用户与权限管理
Mysql22 logical architecture
Time in TCP state_ The role of wait?
Record the first JDBC
text 文本数据增强方法 data argumentation
35 is not a stumbling block in the career of programmers
CSDN Q & a tag skill tree (V) -- cloud native skill tree
[Li Kou 387] the first unique character in the string
MySQL19-Linux下MySQL的安装与使用
Timestamp with implicit default value is deprecated error in MySQL 5.6
Pytorch LSTM实现流程(可视化版本)