forked from Hithomelabs/CFTunnels
A Spring boot rest APi to manage cloudflare tunnels
- Add PostgreSQL datasource configuration for test and prod profiles - Use environment-specific database URL, username, and password variables - Set hibernate.ddl-auto=update for both profiles - Enable SQL logging in test, disable in production - Replace H2 in-memory database with PostgreSQL for consistency |
||
|---|---|---|
| .gitea/workflows | ||
| CFTunnels | ||
| gradle/wrapper | ||
| src | ||
| .env.example | ||
| .gitattributes | ||
| .gitignore | ||
| build.gradle | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| gradlew | ||
| gradlew.bat | ||