-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsettings.conf
executable file
·43 lines (35 loc) · 1 KB
/
settings.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#!/usr/bin/env bash
# -*- coding: UTF-8 -*-
#
# author : JV-conseil
# credits : JV-conseil
# copyright : Copyright (c) 2019-2023 JV-conseil
# All rights reserved
#====================================================
BASH_STRICT_MODE=0
DEBUG=0
UCLD_DB_PARAM=(
[host]="postgres.database.ucloud.sdu.dk"
[name]="welcome"
[port]="5432"
[user]="manager_welcome"
[sslmode]="require"
)
# skeleton UCLD_DIR & UCLD_PATH
# app & django are also reserved keys & path
UCLD_DIR[data]=data
UCLD_DIR[database]=database
UCLD_DIR[install]=install
UCLD_INSTALL_PACKAGES=("bash" "curl" "git" "nano" "python3.11")
UCLD_PUBLIC_LINKS=(
"app-githubbing.cloud.sdu.dk"
"app-health-check.cloud.sdu.dk"
"app-health-status.cloud.sdu.dk"
"app-mission-ocean.cloud.sdu.dk"
"app-missionocean.cloud.sdu.dk"
"app-missionoceanecosystem.cloud.sdu.dk"
"app-research-funding.cloud.sdu.dk"
"app-thalassa.cloud.sdu.dk"
"app-yerun.cloud.sdu.dk"
)
# extra lines below added by _ucld_::update_settings