From 4ea3a099b05fa910498bfbf1b2d7387118355472 Mon Sep 17 00:00:00 2001 From: "Ole Mathias Aa. Heggem" Date: Sun, 13 Apr 2025 07:18:45 +0200 Subject: Upgrade bootstrap and rewrite API (#230) --- api/.env-example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 api/.env-example (limited to 'api/.env-example') diff --git a/api/.env-example b/api/.env-example new file mode 100644 index 0000000..105c437 --- /dev/null +++ b/api/.env-example @@ -0,0 +1,8 @@ +POSTGRES_USERNAME=postgres +POSTGRES_DATABASE=postgres +POSTGRES_PASSWORD=mysecretpassword + +NETBOX_URL=https://netbox.example.com +NETBOX_TOKEN=MY_SECRET_TOKEN + +BACKEND_CORS_ORIGINS=http://localhost:8000,http://localhost:8080 -- cgit v1.2.3