diff options
author | Ole Mathias Aa. Heggem <olemathias.aa.heggem@gmail.com> | 2025-04-13 07:18:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-13 07:18:45 +0200 |
commit | 4ea3a099b05fa910498bfbf1b2d7387118355472 (patch) | |
tree | c248cf6764412471ee3e0d1218761bee19fb396a /api/.env-example | |
parent | 09710c061d5b8ae86b3dfe49f4b8936c13a10535 (diff) |
Diffstat (limited to 'api/.env-example')
-rw-r--r-- | api/.env-example | 8 |
1 files changed, 8 insertions, 0 deletions
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 |