Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloud config server support from remote server #46

Open
cevheri opened this issue Jan 8, 2025 · 0 comments
Open

cloud config server support from remote server #46

cevheri opened this issue Jan 8, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@cevheri
Copy link
Owner

cevheri commented Jan 8, 2025

cloud-config template

{
    "apiUrl": "https://api.live-server.com",
    "fetchTime": "2024-01-04T03:08:48.211Z",
    "app": {
        "version": "1.0.0",
        "translations": [
            {
                "language": "en",
                "name": "Flutter Application",
                "title": "Flutter Application",
                "description": "Flutter Application"
            },
            {
                "language": "tr",
                "name": "Flutter Uygulaması",
                "title": "Flutter Uygulaması",
                "description": "Flutter Uygulaması"
            }
        ]
    },
    "contact": {
        "pageUrl": "https://app.live-server.com/contact",
        "email": "[email protected]",
        "phone": "+90 555 555 55 55",
        "address": "1234567890",
        "facebook": "https://www.facebook.com/app.live-server.com",
        "instagram": "https://www.instagram.com/app.live-server.com",
        "twitter": "https://www.twitter.com/app.live-server.com",
        "linkedin": "https://www.linkedin.com/app.live-server.com",
        "youtube": "https://www.youtube.com/app.live-server.com"
    },
    "privacyPolicy": {
        "translations": [
            {
                "language": "en",
                "url": "https://app.live-server.com/privacy-policy",
                "title": "Privacy Policy",
                "description": "Privacy Policy"
            },
            {
                "language": "tr",
                "url": "https://app.live-server.com/privacy-policy",
                "title": "Gizlilik Politikası",
                "description": "Gizlilik Politikası"
            }
        ]
    },
    "termsOfService": {
        "translations": [
            {
                "language": "en",
                "url": "https://app.live-server.com/terms-of-service",
                "title": "Terms of Service",
                "description": "Terms of Service"
            },
            {
                "language": "tr",
                "url": "https://app.live-server.com/terms-of-service",
                "title": "Hizmet Şartları",
                "description": "Hizmet Şartları"
            }
        ]
    },
    "about": {
        "translations": [
            {
                "language": "en",
                "url": "https://app.live-server.com/about",
                "title": "About",
                "description": "About"
            },
            {
                "language": "tr",
                "url": "https://app.live-server.com/about",
                "title": "Hakkımızda",
                "description": "Hakkımızda"
            }
        ]
    },
    "faq": {
        "translations": [
            {
                "language": "en",
                "url": "https://app.live-server.com/faq",
                "title": "FAQ",
                "description": "FAQ"
            },
            {
                "language": "tr",
                "url": "https://app.live-server.com/faq",
                "title": "SSS",
                "description": "SSS"
            }
        ]
    }
}
@cevheri cevheri added the enhancement New feature or request label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant