From 8ffd8a7f0f48bfb5b70667a5f4c1af523f18d495 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 14 Apr 2024 14:36:29 +0200 Subject: build(docker): setup Dockerfile, docker-compose and .env --- .env.example | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .env.example (limited to '.env.example') diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..cd13f27 --- /dev/null +++ b/.env.example @@ -0,0 +1,11 @@ +############## +# PostgreSQL # +############## +POSTGRES_PASSWORD=your_database_password +POSTGRES_USER=your_database_user +POSTGRES_DB=les-copaings + +############## +# Bot # +############## +TOKEN=your_token -- cgit v1.2.3