diff --git a/.environment/.leader.env.example b/.environment/.leader.env.example new file mode 100644 index 0000000..fd3a351 --- /dev/null +++ b/.environment/.leader.env.example @@ -0,0 +1,6 @@ +FarmToad_NPM=YOUR_APPLICATION_TOKEN +DB_PASSWORD=abcd1234 +DB_USER=Admin +DB_HOST=iot-data-db.internal +DB=SAPD +DB_PORT=5432 \ No newline at end of file diff --git a/.environment/.pgadmin.env.example b/.environment/.pgadmin.env.example new file mode 100644 index 0000000..a4f83bd --- /dev/null +++ b/.environment/.pgadmin.env.example @@ -0,0 +1,4 @@ +PGADMIN_DEFAULT_PASSWORD=abcd1234 +PGADMIN_LISTEN_PORT=80 +PGADMIN_LISTEN_ADDRESS=0.0.0.0 +PGADMIN_DEFAULT_EMAIL=utente.contoso@fake.work \ No newline at end of file