| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you 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. |
| # |
| # OS_DISTRO may be set to "centos", default is "rockylinux" since RHEL 8 |
| OS_DISTRO=rockylinux |
| # RHEL_VERSION is 7 or 8 |
| OS_VERSION=8 |
| CDNCONF=/opt/traffic_ops/app/conf/cdn.conf |
| CERT_COUNTRY=US |
| CERT_STATE=Colorado |
| CERT_CITY=Denver |
| CERT_COMPANY=Kabletown |
| DBCONF=/opt/traffic_ops/app/db/dbconf.yml |
| DATABASECONF=/opt/traffic_ops/app/conf/production/database.conf |
| POSTGRES_HOME=/usr/pgsql-13 |
| PGPASSWORD=secretrootpass |
| POSTGRES_PASSWORD=secretrootpass |
| DB_NAME=traffic_ops |
| DB_PORT=5432 |
| DB_ROOT_PASS=null |
| DB_USER=traffic_ops |
| DB_USER_PASS=twelve |
| DB_SERVER=db |
| LOG_DEBUG=/var/log/traffic_ops/debug.log |
| LOG_ERROR=/var/log/traffic_ops/error.log |
| LOG_EVENT=/var/log/traffic_ops/event.log |
| LOG_INFO=/var/log/traffic_ops/info.log |
| LOG_WARN=/var/log/traffic_ops/warn |
| TO_ADMIN_USER=admin |
| TO_ADMIN_PASS=twelve |
| TO_HOSTNAME=to_server |
| TO_PORT=443 |
| TO_LOG=/var/log/traffic_ops/traffic_ops.log |
| TO_DOMAIN=trafficops_default |
| TO_URI=https://to_server:443 |
| TV_AES_KEY_LOCATION=/opt/traffic_ops/app/conf/aes.key |
| TVCONF=/opt/traffic_ops/app/db/trafficvault/dbconf.yml |
| TV_DB_NAME=traffic_vault |
| TV_SERVER=db |
| TV_PORT=5432 |
| TV_USER=traffic_vault |
| TV_USER_PASS=twelve |
| X509_CA_PERSIST_DIR=/ca |
| X509_CA_PERSIST_ENV_FILE=/ca/environment |
| # trafficserver build variables |
| ATS_VERSION=9.2.x |
| CJOSE_URL=https://github.com/cisco/cjose |
| CJOSE_TAG=latest |
| JANSSON_URL=https://github.com/akheron/jansson |
| JANSSON_TAG=v2.11 |
| OPENSSL_URL=https://github.com/openssl/openssl |
| OPENSSL_TAG=OpenSSL_1_1_1 |
| RUN_ATS_UNIT_TESTS=false |
| |