diff options
Diffstat (limited to '.env.sample')
-rw-r--r-- | .env.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..aeeee0b --- /dev/null +++ b/.env.sample @@ -0,0 +1,3 @@ +NODE_ENV=development +BOT_TOKEN= +CHESSH_MOVE_PATH=http://127.0.0.1:3000/api/bots/games/:gameId/turn |