diff --git a/go/.env.example b/go/.env.example new file mode 100644 index 00000000..097f7288 --- /dev/null +++ b/go/.env.example @@ -0,0 +1,12 @@ +# Database configuration +DB_HOST=db +DB_PORT=3306 +DB_USER=cmc +DB_PASSWORD=xVRQI&cA?7AU=hqJ!%au +DB_NAME=cmc + +# Root database password (for dbshell-root) +DB_ROOT_PASSWORD=secureRootPassword + +# Server configuration +PORT=8080 \ No newline at end of file