Compare commits

...

2 Commits

Author SHA1 Message Date
dbb3aa2740 Merge branch 'main' of git.odit.services:lfk/frontend into main
# Conflicts:
#	docker-compose.yml
2020-12-22 15:51:12 +01:00
9202b473f5 🐳 move to new + simple Dockerfile 2020-12-20 18:09:58 +01:00

5
env.sample.js Normal file
View File

@ -0,0 +1,5 @@
const config = {
baseurl: 'https://dev.lauf-fuer-kaya.de',
fallback_username: 'admin',
fallback_password: '72fpTzsev4xUu78QPs2FCbwZ3'
};