forked from DataDog/dd-trace-rb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
23 lines (23 loc) · 644 Bytes
/
.env
File metadata and controls
23 lines (23 loc) · 644 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TEST_DDAGENT_API_KEY=invalid_key_but_this_is_fine
TEST_DDAGENT_HOST=localhost
TEST_DDAGENT_PORT=8126
TEST_ELASTICSEARCH_HOST=127.0.0.1
TEST_ELASTICSEARCH_NATIVE_PORT=9300
TEST_ELASTICSEARCH_REST_PORT=9200
TEST_MEMCACHED_HOST=127.0.0.1
TEST_MEMCACHED_PORT=11211
TEST_MONGODB_HOST=127.0.0.1
TEST_MONGODB_PORT=27017
TEST_MYSQL_DB=mysql
TEST_MYSQL_HOST=127.0.0.1
TEST_MYSQL_PASSWORD=mysql
TEST_MYSQL_PORT=3306
TEST_MYSQL_ROOT_PASSWORD=root
TEST_MYSQL_USER=mysql
TEST_POSTGRES_DB=postgres
TEST_POSTGRES_HOST=127.0.0.1
TEST_POSTGRES_PASSWORD=postgres
TEST_POSTGRES_PORT=5432
TEST_POSTGRES_USER=postgres
TEST_REDIS_HOST=127.0.0.1
TEST_REDIS_PORT=6379