-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.env.tmpl
32 lines (28 loc) · 1.09 KB
/
config.env.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# III-IV
# Copyright 2023 Julio Merino
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy
# of the License at:
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
# User-configurable settings to run tests.
#
# To modify this file, first copy it to config.env and then edit that local copy. This file
# (config.env.tmpl) must not contain secrets and the config.env file must never be checked in.
# Azure Maps key to use to geolocate IPs.
export AZURE_MAPS_KEY=
# Settings to connect to the test database.
export PGSQL_TEST_HOST=
export PGSQL_TEST_PORT=5432
export PGSQL_TEST_DATABASE=iii-iv-test
export PGSQL_TEST_USERNAME=
export PGSQL_TEST_PASSWORD=
# Debugging.
export RUST_LOG=debug