add a license and stuff
This commit is contained in:
parent
c1ce7bca3c
commit
4a24afbe49
@ -4,7 +4,7 @@ WORKDIR /app
|
||||
COPY . /app
|
||||
|
||||
ENV MIX_ENV=prod
|
||||
ENV DATABASE_URL=ecto://pg_user:pg_pass@db/database
|
||||
ENV DATABASE_URL=ecto://user:pass@db/database
|
||||
ENV SECRET_KEY_BASE=ChangeME
|
||||
|
||||
RUN mix deps.get --only prod
|
||||
|
13
license.txt
Normal file
13
license.txt
Normal file
@ -0,0 +1,13 @@
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
Version 2, December 2004
|
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified
|
||||
copies of this license document, and changing it is allowed as long
|
||||
as the name is changed.
|
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
@ -1,6 +1,6 @@
|
||||
Information we collect:
|
||||
* IP addresses, user agents, etc.
|
||||
* Poll topic,
|
||||
* Poll topic.
|
||||
* Poll's votes.
|
||||
|
||||
How that information is being used:
|
||||
|
Loading…
Reference in New Issue
Block a user