You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
813 B
30 lines
813 B
# GeoNetAgent — environment template (copy to .env, jangan commit .env) |
|
|
|
# PostgreSQL — dev |
|
DB_CONNECTION=pgsql |
|
DB_HOST=10.100.1.25 |
|
DB_PORT=5432 |
|
DB_DATABASE=geonetagent_dev |
|
DB_USERNAME=geonet_collector |
|
DB_PASSWORD=see-server-/root/geonetagent_dev.credentials |
|
|
|
DATABASE_URL=postgresql://geonet_collector:CHANGE_ME@10.100.1.25:5432/geonetagent_dev |
|
|
|
# FastAPI Collector |
|
COLLECTOR_SECRET_KEY= |
|
AGENT_BEARER_TOKEN=dev-agent-token-change-me |
|
AGENT_TOKEN_CHECK_DB=false |
|
# Read API (FE eksternal). Kosong = sama dengan AGENT_BEARER_TOKEN |
|
API_BEARER_TOKEN= |
|
# CORS: * atau comma-separated, mis. http://localhost:5173,http://10.100.1.41 |
|
CORS_ORIGINS=* |
|
AGENT_TOKEN_SALT= |
|
APP_TIMEZONE=Asia/Jakarta |
|
|
|
# Laravel (Fase 1) |
|
APP_URL=http://localhost:8080 |
|
|
|
# Zabbix (Fase 2) |
|
ZABBIX_API_URL= |
|
ZABBIX_API_TOKEN= |
|
ZABBIX_WEBHOOK_SECRET=
|
|
|