diff --git a/config/docker.env b/config/docker.env new file mode 100644 index 0000000000000000000000000000000000000000..7bc47695ea22fc0542c80cccd1089594cc9a4f53 --- /dev/null +++ b/config/docker.env @@ -0,0 +1,7 @@ +SECRET_KEY_BASE=REALLY_LONG_SECRET +DATABASE_HOST=db +DATABASE_URL=ecto://postgres:postgres@db/postgres +PORT=4000 +HOSTNAME=localhost +POSTGRES_PASSWORD=postgres +LANG=en_US.UTF-8s \ No newline at end of file